Update of /cvsroot/plib/plib/examples/src/net/net_echo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7848/plib/examples/src/net/net_echo
Modified Files:
net_echo.cxx
Log Message:
Cleaned up the network library - did some improvements to the client/server
example programs so that they'll actually work when you run them!!
Index: net_echo.cxx
===================================================================
RCS file: /cvsroot/plib/plib/examples/src/net/net_echo/net_echo.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- net_echo.cxx 1 Sep 2002 12:04:51 -0000 1.2
+++ net_echo.cxx 21 Mar 2004 17:12:59 -0000 1.3
@@ -21,7 +21,7 @@
$Id$
*/
-#include <plib/netChat.h>
+#include <plib/net.h>
/*
** simple example server that reads lines of text from the client
|