Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/lib/network/data_stream.cc @ 5524

Last change on this file since 5524 was 5524, checked in by bknecht, 18 years ago

datastream: added basefiles

File size: 223 bytes
Line 
1// Data_stream.cc
2
3#include "Data_stream.h"
4
5void connectStream()
6{
7     
8}
9
10void disconnectStream()
11{
12     
13     
14}
15
16void processDate()
17{
18     
19}
20
21void write()
22{
23     
24}
25
26void read()
27{
28     
29}
Note: See TracBrowser for help on using the repository browser.