Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/lib/network/network_stream.h @ 5582

Last change on this file since 5582 was 5582, checked in by bottac, 18 years ago
File size: 393 bytes
Line 
1/*!
2 * @file network_stream.h
3 *  implementation of a network pipe
4 */
5
6#ifndef _NETWORK_STREAM
7#define _NETWORK_STREAM
8
9#include "data_stream.h"
10#include "network_protocol.h"
11#include "network_socket.h"
12#include "connection_monitor.h"
13#include "synchronizeable.h"
14#include "list.h"
15
16
17class NetworkStream
18{
19
20public:
21  NetworkStream();
22  ~NetworkStream();
23       
24};
25
26
27#endif /* _NETWORK_STREAM */
28
Note: See TracBrowser for help on using the repository browser.