Changeset 10468 for code/branches/core7/src/libraries/network/packet
- Timestamp:
- May 25, 2015, 12:13:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/network/packet/FunctionIDs.cc
r9667 r10468 37 37 #include "core/object/ObjectList.h" 38 38 #include "network/NetworkFunction.h" 39 #include "network/NetworkFunctionManager.h" 39 40 40 41 namespace orxonox { … … 138 139 functionname = temp+2*sizeof(uint32_t); 139 140 orxout(internal_info, context::packets) << "processing functionid: " << networkID << " name: " << functionname << endl; 140 NetworkFunction Base::setNetworkID((const char*)functionname, networkID);141 NetworkFunctionManager::setNetworkID((const char*)functionname, networkID); 141 142 temp += 2*sizeof(uint32_t) + stringsize; 142 143 }
Note: See TracChangeset
for help on using the changeset viewer.