Changeset 3209 for code/branches/netp5/src/network/TrafficControl.h
- Timestamp:
- Jun 23, 2009, 2:12:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp5/src/network/TrafficControl.h
r3084 r3209 25 25 * ... 26 26 * 27 27 28 */ 28 #ifndef NETWORK_TRAFFICCONTROL_H29 #define NETWORK_TRAFFICCONTROL_H29 #ifndef _TrafficControl_H__ 30 #define _TrafficControl_H__ 30 31 31 32 #include "NetworkPrereqs.h" 32 33 33 #include <string>34 34 #include <list> 35 35 #include <map> 36 #include <utility>37 #include <algorithm>38 #include "core/OrxonoxClass.h"39 36 #include "network/ClientConnectionListener.h" 40 37 … … 143 140 } 144 141 145 #endif 146 142 #endif /* _TrafficControl_H__ */
Note: See TracChangeset
for help on using the changeset viewer.