Changeset 6073 for code/trunk/src/libraries/network/FunctionCallManager.cc
- Timestamp:
- Nov 15, 2009, 11:44:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/network/FunctionCallManager.cc
r5781 r6073 43 43 FunctionCallManager::clientMap_[clientID]->setClientID(clientID); 44 44 } 45 FunctionCallManager:: 45 FunctionCallManager::clientMap_[clientID]->addCallStatic(functionID); 46 46 } 47 47 void FunctionCallManager::addCallStatic(uint32_t functionID, uint32_t clientID, const MultiType& mt1)
Note: See TracChangeset
for help on using the changeset viewer.