Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2005, 5:49:48 PM (18 years ago)
Author:
patrick
Message:

network: changed the synchronizeable interface, since the data synchronizeables, more debug output

File:
1 edited

Legend:

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

    r5649 r5804  
    3232  void initialize();
    3333  void shutdown();
    34  
     34
    3535  NetworkStream& establishConnection(IPaddress& address, Synchronizeable& sync);
    3636  NetworkStream& establishConnection(const char& hostName, const Synchronizeable& sync);
    37   NetworkStream& createServer(Synchronizeable& sync, int port);
     37  NetworkStream& createServer(Synchronizeable& sync, unsigned int port);
    3838  void shutdownConnection();
    39  
     39
    4040  void synchronize();
    4141
     
    4343  tList<BaseObject>*    netStreamList;            // list with refs to all network streams
    4444  tList<BaseObject>*  syncList;                 // list of synchronizeables
    45    
     45
    4646};
    4747
Note: See TracChangeset for help on using the changeset viewer.