Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs_operation.h 


Log Message:
* 'Yes-to-all' support for operations

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_operation.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- evfs_operation.h    2 Mar 2006 06:11:08 -0000       1.8
+++ evfs_operation.h    2 Mar 2006 06:53:55 -0000       1.9
@@ -16,9 +16,11 @@
 
 typedef enum evfs_operation_response
 {
-   EVFS_OPERATION_RESPONSE_AFFIRM,
-   EVFS_OPERATION_RESPONSE_NEGATE,
-   EVFS_OPERATION_RESPONSE_ABORT
+   EVFS_OPERATION_RESPONSE_AFFIRM=0,
+   EVFS_OPERATION_RESPONSE_AFFIRM_ALL=1,
+   EVFS_OPERATION_RESPONSE_NEGATE=2,
+   EVFS_OPERATION_RESPONSE_NEGATE_ALL=3,
+   EVFS_OPERATION_RESPONSE_ABORT=4
 } evfs_operation_response;
 
 typedef enum evfs_operation_substatus




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to