Changeset 6410 for trunk/rms/src/rms.cpp
- Timestamp:
- 07/04/08 03:24:31 (5 months ago)
- Files:
-
- 1 modified
-
trunk/rms/src/rms.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rms/src/rms.cpp
r6406 r6410 21 21 #include "licq_icqd.h" 22 22 #include "licq_file.h" 23 #include "licq_socket.h" 23 24 #include "licq_user.h" 24 25 #include "licq_constants.h" … … 198 199 } 199 200 200 server = new TCPSocket( 0);201 server = new TCPSocket(); 201 202 202 203 if (licqDaemon->TCPPortsLow() != 0 && nPort == 0) … … 461 462 * CRMSClient::constructor 462 463 *-------------------------------------------------------------------------*/ 463 CRMSClient::CRMSClient(TCPSocket *sin) : sock(0)464 CRMSClient::CRMSClient(TCPSocket* sin) 464 465 { 465 466 sin->RecvConnection(sock);
