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

Removed uin functions from socket classes as they are no longer used.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/src/icqd.cpp

    r6405 r6411  
    385385  int nResult = 0; 
    386386 
    387   TCPSocket *s = new TCPSocket(0); 
     387  TCPSocket* s = new TCPSocket(); 
    388388  m_nTCPSocketDesc = StartTCPServer(s); 
    389389  if (m_nTCPSocketDesc == -1)