Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/include Modified Files: evfs.h evfs_command.h evfs_commands.h evfs_event.h Log Message: * Yet more metadata work =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/include/evfs.h,v retrieving revision 1.46 retrieving revision 1.47 diff -u -3 -r1.46 -r1.47 --- evfs.h 21 Apr 2006 15:10:16 -0000 1.46 +++ evfs.h 24 Jun 2006 16:59:02 -0000 1.47 @@ -100,6 +100,7 @@ #include "evfs_operation_tasks.h" #include "evfs_commands.h" #include "evfs_event_helper.h" +#include "evfs_metadata.h" void evfs_operation_user_dispatch(evfs_client * client, evfs_command * command, evfs_operation * op, char* misc); =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_command.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- evfs_command.h 24 Jun 2006 15:01:50 -0000 1.11 +++ evfs_command.h 24 Jun 2006 16:59:02 -0000 1.12 @@ -33,6 +33,7 @@ int num_files; int extra; char* ref; + char* ref2; evfs_filereference **files; } =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_commands.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- evfs_commands.h 10 Jun 2006 02:35:58 -0000 1.14 +++ evfs_commands.h 24 Jun 2006 16:59:02 -0000 1.15 @@ -23,4 +23,10 @@ long evfs_client_metadata_retrieve(evfs_connection * conn, evfs_filereference* file ); +long +evfs_client_metadata_string_file_set(evfs_connection * conn, evfs_filereference* file, char* key,char* value ); + +long +evfs_client_metadata_string_file_get(evfs_connection * conn, evfs_filereference* file, char* key ); + #endif =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_event.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- evfs_event.h 24 Jun 2006 15:01:50 -0000 1.14 +++ evfs_event.h 24 Jun 2006 16:59:02 -0000 1.15 @@ -49,7 +49,8 @@ EVFS_COMMAND_END = 20, EVFS_COMMAND_PART_OPERATION = 21, EVFS_COMMAND_CLIENTID = 22, - EVFS_COMMAND_PART_FILECOMMAND_REF = 23, + EVFS_COMMAND_PART_FILECOMMAND_REF1 = 23, + EVFS_COMMAND_PART_FILECOMMAND_REF2 = 24, EVFS_EV_PART_END = 1000 } evfs_eventpart; 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