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-threads.cpp

    r6405 r6411  
    813813            DEBUG_THREADS("[MonitorSockets_tep] Data on listening TCP socket." 
    814814                          "\n"); 
    815             TCPSocket *tcp = static_cast<TCPSocket *>(s); 
     815            TCPSocket* tcp = static_cast<TCPSocket *>(s); 
    816816            if (tcp == NULL) 
    817817            { 
     
    821821            else 
    822822            { 
    823               TCPSocket *newSocket = new TCPSocket(0); 
     823              TCPSocket *newSocket = new TCPSocket(); 
    824824              bool ok = tcp->RecvConnection(*newSocket); 
    825825              gSocketManager.DropSocket(tcp);