Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/examples


Modified Files:
        con_client_example.c 


Log Message:


asparagus time for some of the core efl bits...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/examples/con_client_example.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- con_client_example.c        14 Jul 2004 14:15:50 -0000      1.1
+++ con_client_example.c        22 Mar 2005 10:54:16 -0000      1.2
@@ -33,8 +33,8 @@
   ecore_con_init();
 
   // Try to conect to server.
-  svr = ecore_con_server_connect(ECORE_CON_LOCAL_USER, SOCKET_NAME,
-                                SOCKET_PORT, NULL);
+  svr = ecore_con_server_connect(ECORE_CON_REMOTE_SYSTEM, "mail.valinux.co.jp",
+                                110, NULL);
   if (NULL == svr) {
     printf("*** ERROR: Unable to connect to server.\n");
     printf("*** Start con_server_example before running this program.\n");




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to