Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/proxy/src/lib/network/network_monitor.h @ 9263

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

added the new network monitor class and some minor changes

File size: 325 bytes
Line 
1/*!
2 * @file network_stream.h
3 *  implementation of a network pipe
4 */
5
6#ifndef _NETWORK_MONITOR_H
7#define _NETWORK_MONITOR_H
8
9#include "base_object.h"
10#include "synchronizeable.h"
11
12class NetworkStream;
13
14class NetworkMonitor : public Synchronizeable
15{
16
17  public:
18    NetworkMonitor(NetworkStream* networkStream);
19};
20
21
22#endif
Note: See TracBrowser for help on using the repository browser.