Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/lib/network/network_manager.h @ 5521

Last change on this file since 5521 was 5521, checked in by patrick, 18 years ago

network/src/lib/network: added the network manager header file… forgot it…

File size: 344 bytes
Line 
1/*!
2 * @file network_manager.h
3  *  Main interface for the network module. Manages all the modules
4
5*/
6
7#ifndef _NETWORK_MANGER
8#define _NETWORK_MANAGER
9
10#include "base_object.h"
11
12
13
14class NetworkManager : public BaseObject
15{
16
17public:
18
19  NetworkManager();
20  ~NetworkManager();
21
22 
23
24};
25
26
27
28#endif /* _NETWORK_MANAGER */
Note: See TracBrowser for help on using the repository browser.