Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs_event.h evfs_server_handle.h 


Log Message:
* First step of metadata write support

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_event.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- evfs_event.h        24 Jun 2006 16:59:02 -0000      1.15
+++ evfs_event.h        25 Jun 2006 10:18:08 -0000      1.16
@@ -15,6 +15,7 @@
    EVFS_EV_PONG = 8,
    EVFS_EV_OPERATION = 9,
    EVFS_EV_METADATA = 10,
+   EVFS_EV_METADATA_FILE_GET = 11,
 
    EVFS_EV_ERROR = 100,
    EVFS_EV_NOT_SUPPORTED = 101
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_server_handle.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- evfs_server_handle.h        25 Jun 2006 05:58:52 -0000      1.19
+++ evfs_server_handle.h        25 Jun 2006 10:18:08 -0000      1.20
@@ -34,4 +34,7 @@
 void evfs_handle_metadata_string_file_set_command(evfs_client* client, 
                                evfs_command* command, char* key, char* value);
 
+void evfs_handle_metadata_string_file_get_command(evfs_client* client, 
+                               evfs_command* command, char* key) ;
+
 #endif



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

Reply via email to