Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 9, 2005, 5:00:26 PM (18 years ago)
Author:
patrick
Message:

src/lib/network: the implementaion of the networkmanager is finished

File:
1 edited

Legend:

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

    r5521 r5522  
    1919  NetworkManager();
    2020  ~NetworkManager();
    21 
    2221 
    23 
     22  void initialize();
     23  void sthudown();
     24  void establishConnection();
     25  void shutdownConnection();
     26 
     27  void registerListener();
     28  void synchronize();
     29 
    2430};
    2531
Note: See TracChangeset for help on using the changeset viewer.