Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/lib/network/synchronizeable.h @ 5529

Last change on this file since 5529 was 5529, checked in by snellen, 19 years ago

synchronizeable.h, synchronizeable.cc, connection_monitor.h, connection monitor.cc should compile now ;-)

File size: 243 bytes
Line 
1/*!
2 * @file connection_monitor.h
3    \brief provides information about the quality of a connection.
4
5 
6
7class Synchronizeable
8{
9        public:
10                Synchronizeable();
11                ~Synchronizeable();
12
13
14        private:
15
16};
17
18*/
Note: See TracBrowser for help on using the repository browser.