Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/include Modified Files: evfs.h evfs_event.h evfs_event_helper.h evfs_operation.h Log Message: * Indenting * More work on evfs_operation =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs.h,v retrieving revision 1.37 retrieving revision 1.38 diff -u -3 -r1.37 -r1.38 --- evfs.h 26 Jan 2006 03:33:47 -0000 1.37 +++ evfs.h 31 Jan 2006 06:33:57 -0000 1.38 @@ -60,11 +60,12 @@ #include "evfs_cleanup.h" #include "evfs_io.h" #include "evfs_new.h" +#include "evfs_operation.h" #include "evfs_event_helper.h" #include "evfs_server_handle.h" #include "evfs_common.h" #include "evfs_vfolder.h" -#include "evfs_operation.h" + /** * ATTRIBUTE_UNUSED: =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_event.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- evfs_event.h 15 Jan 2006 09:22:00 -0000 1.3 +++ evfs_event.h 31 Jan 2006 06:33:57 -0000 1.4 @@ -12,6 +12,7 @@ EVFS_EV_FILE_OPEN= 6, EVFS_EV_FILE_READ = 7, EVFS_EV_PONG = 8, + EVFS_EV_OPERATION = 9, EVFS_EV_ERROR = 100, EVFS_EV_NOT_SUPPORTED = 101 =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_event_helper.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- evfs_event_helper.h 20 Dec 2005 21:55:02 -0000 1.11 +++ evfs_event_helper.h 31 Jan 2006 06:33:57 -0000 1.12 @@ -12,5 +12,6 @@ void evfs_file_progress_event_create(evfs_client* client, evfs_command* event_command, evfs_command* root_command, double progress,evfs_progress_type type); void evfs_open_event_create(evfs_client* client, evfs_command* command); void evfs_read_event_create(evfs_client* client, evfs_command* command, char* bytes, long size); +void evfs_operation_event_create(evfs_client* client, evfs_command* command, evfs_operation* op); #endif =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_operation.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- evfs_operation.h 26 Jan 2006 03:33:48 -0000 1.3 +++ evfs_operation.h 31 Jan 2006 06:33:57 -0000 1.4 @@ -4,7 +4,7 @@ * wait for a response, and then continue based on the response*/ #ifndef __EVFS_OPERATION_H_ -#define __EVDS_OPERATION_H_ +#define __EVFS_OPERATION_H_ typedef enum evfs_operation_status { EVFS_OPERATION_STATUS_USER_WAIT, @@ -30,6 +30,6 @@ void evfs_operation_destroy(evfs_operation* op); evfs_operation* evfs_operation_get_by_id(long id); void evfs_operation_status_set(evfs_operation* op, int status); -void evfs_operation_user_dispatch(evfs_client* client, evfs_operation* op); +void evfs_operation_user_dispatch(evfs_client* client, evfs_command* command, evfs_operation* op); #endif ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs