Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/bin


Modified Files:
        evfs_main.c 


Log Message:
Added stub functions for file system ops

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_main.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- evfs_main.c 17 Aug 2005 00:33:35 -0000      1.8
+++ evfs_main.c 18 Aug 2005 05:17:57 -0000      1.9
@@ -144,6 +144,16 @@
                        /*printf("We received a monitor stop request\n");*/
                        evfs_handle_monitor_stop_command(client,command);
                        break;
+
+               case EVFS_CMD_COPY_FILE:
+                       printf("Copy file stub\n");
+                       break;
+               case EVFS_CMD_MOVE_FILE:
+                       printf("Move file stub\n");
+                       break;
+               case EVFS_CMD_LIST_DIR:
+                       printf("List directory stub\n");
+                       break;
        }
 }
 




-------------------------------------------------------
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