Changeset 3301 for code/trunk/src/network/TrafficControl.cc
- Timestamp:
- Jul 18, 2009, 4:03:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/network/TrafficControl.cc
r3214 r3301 38 38 namespace orxonox { 39 39 40 static const unsigned int SCHED_PRIORITY_OFFSET = (unsigned int)-1;40 static const unsigned int SCHED_PRIORITY_OFFSET = static_cast<unsigned int>(-1); 41 41 42 42 objInfo::objInfo(uint32_t ID, uint32_t creatorID, int32_t curGsID, int32_t diffGsID, uint32_t size, unsigned int prioperm, unsigned int priosched)
Note: See TracChangeset
for help on using the changeset viewer.