Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/common Modified Files: evfs_io.c Log Message: * Bug fix to meta plugin init * Functions to identify whether we're a a server or client, for object cleanup purposes =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/common/evfs_io.c,v retrieving revision 1.53 retrieving revision 1.54 diff -u -3 -r1.53 -r1.54 --- evfs_io.c 21 Apr 2006 15:10:16 -0000 1.53 +++ evfs_io.c 22 Apr 2006 03:09:18 -0000 1.54 @@ -3,6 +3,7 @@ #include <Evas.h> static int io_init = 0; +static int _evfs_object_client_is = 1; static Eet_Data_Descriptor *_evfs_filereference_edd; static Eet_Data_Descriptor *_evfs_progress_event_edd; static Eet_Data_Descriptor *_evfs_operation_edd; @@ -10,6 +11,18 @@ static Eet_Data_Descriptor *_evfs_metalist_edd; static Eet_Data_Descriptor *_evfs_metaobj_edd; + +/*Functions so we know what to clean in various objects client/server side*/ +void evfs_object_server_is_set() +{ + _evfs_object_client_is = 0; +} + +int evfs_object_client_is_get() +{ + return _evfs_object_client_is; +} +/*-----------------------*/ Eet_Data_Descriptor * evfs_io_filereference_edd_get() ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs