Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2005, 2:48:33 AM (18 years ago)
Author:
patrick
Message:

network: added even more interface, more function to the network_manager and sync test class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_manager.h

    r5648 r5649  
    3535  NetworkStream& establishConnection(IPaddress& address, Synchronizeable& sync);
    3636  NetworkStream& establishConnection(const char& hostName, const Synchronizeable& sync);
     37  NetworkStream& createServer(Synchronizeable& sync, int port);
    3738  void shutdownConnection();
    3839 
Note: See TracChangeset for help on using the changeset viewer.