From: Jan M. <ja...@us...> - 2006-05-24 10:07:18
|
Update of /cvsroot/simspark/simspark/spark/oxygen/simulationserver In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12512/spark/oxygen/simulationserver Modified Files: netcontrol.h Log Message: - added patch for compiling with gcc 4.1 thanks to Tobias Warden <wa...@pr...> for the patch Index: netcontrol.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/oxygen/simulationserver/netcontrol.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** netcontrol.h 5 Dec 2005 21:21:18 -0000 1.1 --- netcontrol.h 24 May 2006 10:07:10 -0000 1.2 *************** *** 122,131 **** /** create a socket according to the given ESocketType */ static boost::shared_ptr<rcss::net::Socket> ! NetControl::CreateSocket(ESocketType type); protected: /** returns a human readable description of the socket type and port*/ ! std::string NetControl::DescribeSocketType(); /** checks for and accepts pending TCP connections */ --- 122,131 ---- /** create a socket according to the given ESocketType */ static boost::shared_ptr<rcss::net::Socket> ! CreateSocket(ESocketType type); protected: /** returns a human readable description of the socket type and port*/ ! std::string DescribeSocketType(); /** checks for and accepts pending TCP connections */ *************** *** 133,137 **** /** reads and stores all available messages */ ! void NetControl::ReadMessages(); /** reads and stores all available TCP messages */ --- 133,137 ---- /** reads and stores all available messages */ ! void ReadMessages(); /** reads and stores all available TCP messages */ |