Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/include Modified Files: evfs_command.h evfs_commands.h evfs_server_handle.h Log Message: * IPC functions to add/remove a file to/from a group =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_command.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- evfs_command.h 17 Jul 2006 05:45:38 -0000 1.13 +++ evfs_command.h 17 Jul 2006 14:45:09 -0000 1.14 @@ -24,7 +24,9 @@ EVFS_CMD_METADATA_RETRIEVE = 16, EVFS_CMD_METADATA_FILE_SET = 17, EVFS_CMD_METADATA_FILE_GET = 18, - EVFS_CMD_METADATA_GROUPS_GET = 19 + EVFS_CMD_METADATA_GROUPS_GET = 19, + EVFS_CMD_METADATA_FILE_GROUP_ADD = 20, + EVFS_CMD_METADATA_FILE_GROUP_REMOVE = 21 } evfs_command_type; =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_commands.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- evfs_commands.h 17 Jul 2006 05:45:38 -0000 1.16 +++ evfs_commands.h 17 Jul 2006 14:45:09 -0000 1.17 @@ -32,4 +32,7 @@ long evfs_client_metadata_groups_get(evfs_connection * conn); +long +evfs_client_metadata_group_file_add(evfs_connection * conn, evfs_filereference* ref, char* group); + #endif =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_server_handle.h,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- evfs_server_handle.h 17 Jul 2006 05:45:38 -0000 1.21 +++ evfs_server_handle.h 17 Jul 2006 14:45:09 -0000 1.22 @@ -39,4 +39,7 @@ void evfs_handle_metadata_groups_request_command(evfs_client* client, evfs_command* command); +void evfs_handle_metadata_file_group_add(evfs_client* client, evfs_command* command); +void evfs_handle_metadata_file_group_remove(evfs_client* client, evfs_command* command); + #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