[Ipstream-devel] IPSocket/test/tcp TCPSrv_test.cpp,1.15,1.16
Status: Beta
Brought to you by:
kontramot
|
From: Sergey V. B. <kon...@us...> - 2010-03-19 05:41:43
|
Update of /cvsroot/ipstream/IPSocket/test/tcp In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24410/test/tcp Modified Files: TCPSrv_test.cpp Log Message: minor reformating Index: TCPSrv_test.cpp =================================================================== RCS file: /cvsroot/ipstream/IPSocket/test/tcp/TCPSrv_test.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** TCPSrv_test.cpp 15 Nov 2005 21:15:10 -0000 1.15 --- TCPSrv_test.cpp 19 Mar 2010 05:41:34 -0000 1.16 *************** *** 40,44 **** STARTUP; ! IPStream::CTCPServer& tcpsrvInst = IPStream::TCPServer::CreateInstance(); // Initialize SSL if we need it --- 40,44 ---- STARTUP; ! IPStream::CTCPServer& tcpsrvInst = IPStream::TCPServer::Instance(); // Initialize SSL if we need it |