Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs.h 
Added Files:
        evfs_server_handle.h 


Log Message:
* Extrapolated server side command handling functions
* Monitor stop stubs

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- evfs.h      16 Aug 2005 07:31:40 -0000      1.4
+++ evfs.h      16 Aug 2005 08:11:34 -0000      1.5
@@ -57,7 +57,11 @@
 /*Command structures*/
 typedef enum evfs_command_type
 {
-  EVFS_CMD_STARTMON_FILE = 1 
+  EVFS_CMD_STARTMON_FILE = 1 ,
+  EVFS_CMD_STOPMON_FILE = 2,
+  EVFS_CMD_COPY_FILE = 3,
+  EVFS_CMD_MOVE_FILE = 4,
+  EVFS_CMD_LIST_DIR = 5
 }
 evfs_command_type;
 
@@ -144,5 +148,6 @@
 #include <evfs_io.h>
 #include <evfs_new.h>
 #include <evfs_event_helper.h>
+#include <evfs_server_handle.h>
 
 #endif




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to