[Plib-cvs] plib/examples/src/net/http_get http_get.cxx,1.4,1.5
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-03-21 18:29:43
|
Update of /cvsroot/plib/plib/examples/src/net/http_get In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22601/plib/examples/src/net/http_get Modified Files: http_get.cxx Log Message: Put http_get back how it was so it works! Index: http_get.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/net/http_get/http_get.cxx,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- http_get.cxx 21 Mar 2004 17:41:07 -0000 1.4 +++ http_get.cxx 21 Mar 2004 18:19:11 -0000 1.5 @@ -53,8 +53,7 @@ { netInit () ; - new HTTPClient ( "plib.sf.net", "/index.html" ) ; - + new HTTPClient ( "www.opengl.org", "/index.html" ) ; netChannel::loop ( 0 ) ; return 0 ; } |