Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2006, 5:07:38 PM (18 years ago)
Author:
patrick
Message:

deep framework switch to enable differentiation of proxy/client network connection attempts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/server_socket.h

    r7954 r9459  
    2525
    2626    virtual bool listen( unsigned int port ) = 0;
    27     virtual NetworkSocket* getNewSocket( void ) = 0;
     27    virtual NetworkSocket* getNewClientSocket( void ) = 0;
     28//     virtual NetworkSocket* getNewClientSocket( void ) = 0;
    2829    virtual void close() = 0;
    2930    virtual void update() = 0;
Note: See TracChangeset for help on using the changeset viewer.