Changeset 5529 in orxonox.OLD for branches/network/src/lib
- Timestamp:
- Nov 10, 2005, 10:51:04 AM (19 years ago)
- Location:
- branches/network/src/lib/network
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/connection_monitor.cc
r5526 r5529 12 12 main-programmer: Silvan Nellen 13 13 co-programmer: ... 14 */15 14 16 15 … … 30 29 } 31 30 31 */ -
branches/network/src/lib/network/connection_monitor.h
r5523 r5529 3 3 \brief provides information about the quality of a connection. 4 4 5 */5 6 6 7 7 class ConnectionMonitor … … 15 15 16 16 }; 17 */ -
branches/network/src/lib/network/synchronizeable.cc
r5523 r5529 12 12 main-programmer: Silvan Nellen 13 13 co-programmer: ... 14 */15 14 16 /** 17 * standard constructor 18 */ 15 16 19 17 Synchronizeable::Synchronizeable() 20 18 { … … 31 29 32 30 } 31 */ -
branches/network/src/lib/network/synchronizeable.h
r5523 r5529 3 3 \brief provides information about the quality of a connection. 4 4 5 */5 6 6 7 7 class Synchronizeable … … 15 15 16 16 }; 17 18 */
Note: See TracChangeset
for help on using the changeset viewer.