Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/lib/network/connection_monitor.h @ 5523

Last change on this file since 5523 was 5523, checked in by snellen, 18 years ago

connection_monitor.h and connection_monitor.cc

File size: 246 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};
Note: See TracBrowser for help on using the repository browser.