[Plib-cvs] plib/examples/src/net/http_get http_get.cxx,1.2,1.3
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-03-21 17:23:38
|
Update of /cvsroot/plib/plib/examples/src/net/http_get In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7848/plib/examples/src/net/http_get Modified Files: http_get.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: http_get.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/net/http_get/http_get.cxx,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- http_get.cxx 1 Sep 2002 12:04:51 -0000 1.2 +++ http_get.cxx 21 Mar 2004 17:12:59 -0000 1.3 @@ -21,7 +21,7 @@ $Id$ */ -#include <plib/netBuffer.h> +#include <plib/net.h> class HTTPClient : public netBufferChannel |