Enlightenment CVS committal

Author  : raster
Project : e17
Module  : test

Dir     : e17/test/orig/ecore


Modified Files:
        ecore_test.c 


Log Message:


cedric's ecore_job_init/shtudown patches.

===================================================================
RCS file: /cvs/e/e17/test/orig/ecore/ecore_test.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ecore_test.c        29 Sep 2007 04:33:03 -0000      1.4
+++ ecore_test.c        5 Oct 2007 05:12:38 -0000       1.5
@@ -738,6 +738,8 @@
 
    /* init ecore */
    ecore_init();
+   /* init ecore job */
+   ecore_job_init();
    /* tell ecore what our arguments are */
    ecore_app_args_set(argc, argv);
 
@@ -835,6 +837,8 @@
    ecore_ipc_shutdown();
    /* shut down ecore_con */
    ecore_con_shutdown();
+   /* shut down ecore_job */
+   ecore_job_shutdown();
    /* shut down ecore */
    ecore_shutdown();
    return 0;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to