Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/bin Modified Files: evfs_main.c evfs_server_handle.c Log Message: * Trash restore functions =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/bin/evfs_main.c,v retrieving revision 1.56 retrieving revision 1.57 diff -u -3 -r1.56 -r1.57 --- evfs_main.c 14 Aug 2006 11:07:48 -0000 1.56 +++ evfs_main.c 26 Aug 2006 12:59:39 -0000 1.57 @@ -237,6 +237,9 @@ evfs_handle_metadata_file_group_remove(client,command); break; + case EVFS_CMD_TRASH_RESTORE: + evfs_handle_trash_restore_command(client,command); + default: printf("Warning - unhandled command %d\n", command->type); break; =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/bin/evfs_server_handle.c,v retrieving revision 1.73 retrieving revision 1.74 diff -u -3 -r1.73 -r1.74 --- evfs_server_handle.c 20 Aug 2006 09:42:09 -0000 1.73 +++ evfs_server_handle.c 26 Aug 2006 12:59:39 -0000 1.74 @@ -695,3 +695,8 @@ evfs_metadata_group_header_file_remove(command->file_command.files[0], command->file_command.ref); } } + +void evfs_handle_trash_restore_command(evfs_client* client, evfs_command* command) +{ + printf("TRASH restore: stub\n"); +} ------------------------------------------------------------------------- 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