Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/lib/network/connection_monitor.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: 248 bytes
Line 
1/*!
2 * @file connection_monitor.h
3    \brief provides information about the quality of a connection.
4
5 
6
7class ConnectionMonitor
8{
9        public:
10                ConnectionMonitor();
11                ~ConnectionMonitor();
12
13
14        private:
15
16};
17*/
Note: See TracBrowser for help on using the repository browser.