Enlightenment CVS committal

Author  : digitalfallout
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/lib


Modified Files:
        e_main.c 


Log Message:
meh, printf->fprintf and some c++ comments gone

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/e_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_main.c    12 Jan 2005 16:03:09 -0000      1.3
+++ e_main.c    30 Jan 2005 06:27:51 -0000      1.4
@@ -40,7 +40,7 @@
    /* basic ecore init */
    if (!ecore_init())
      {
-       printf("ERROR: Enlightenment cannot Initialize Ecore!\n"
+       fprintf(stderr, "ERROR: Enlightenment cannot Initialize Ecore!\n"
               "Perhaps you are out of memory?\n");
        return 0;
      }
@@ -48,7 +48,7 @@
    /* init ipc */
    if (!ecore_ipc_init())
      {
-       printf("ERROR: Enlightenment cannot initialize the ipc system.\n"
+       fprintf(stderr, "ERROR: Enlightenment cannot initialize the ipc 
system.\n"
               "Perhaps you are out of memory?\n");
        return 0;
      }
@@ -56,7 +56,7 @@
    /* setup e ipc service */
    if (!_e_ipc_init(display))
      {
-       printf("ERROR: Enlightenment cannot set up the IPC socket.\n"
+       fprintf(stderr, "ERROR: Enlightenment cannot set up the IPC socket.\n"
               "Did you specify the right display?\n");
        return 0;
      }
@@ -157,8 +157,8 @@
    /* similar... */
    if (!_e_ipc_server) return 0;
    
-//   ecore_event_handler_add(ECORE_IPC_EVENT_SERVER_ADD, _e_cb_server_add, 
NULL);
-//   ecore_event_handler_add(ECORE_IPC_EVENT_SERVER_DEL, _e_cb_server_del, 
NULL);
+/*   ecore_event_handler_add(ECORE_IPC_EVENT_SERVER_ADD, _e_cb_server_add, 
NULL);*/
+/*   ecore_event_handler_add(ECORE_IPC_EVENT_SERVER_DEL, _e_cb_server_del, 
NULL);*/
    ecore_event_handler_add(ECORE_IPC_EVENT_SERVER_DATA, _e_cb_server_data, 
NULL);
    
    return 1;




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to