Changeset 6410 for trunk/rms/src/rms.cpp

Show
Ignore:
Timestamp:
07/04/08 03:24:31 (5 months ago)
Author:
flynd
Message:

Added missing include and use default constructor rather than the deprecated one.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rms/src/rms.cpp

    r6406 r6410  
    2121#include "licq_icqd.h" 
    2222#include "licq_file.h" 
     23#include "licq_socket.h" 
    2324#include "licq_user.h" 
    2425#include "licq_constants.h" 
     
    198199  } 
    199200 
    200   server = new TCPSocket(0); 
     201  server = new TCPSocket(); 
    201202 
    202203  if (licqDaemon->TCPPortsLow() != 0 && nPort == 0) 
     
    461462 * CRMSClient::constructor 
    462463 *-------------------------------------------------------------------------*/ 
    463 CRMSClient::CRMSClient(TCPSocket *sin) : sock(0) 
     464CRMSClient::CRMSClient(TCPSocket* sin) 
    464465{ 
    465466  sin->RecvConnection(sock);