Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 15, 2009, 11:44:58 PM (15 years ago)
Author:
rgrieder
Message:

Found more tabs in the trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/network/FunctionCallManager.cc

    r5781 r6073  
    4343    FunctionCallManager::clientMap_[clientID]->setClientID(clientID);
    4444  }
    45   FunctionCallManager:: clientMap_[clientID]->addCallStatic(functionID);
     45  FunctionCallManager::clientMap_[clientID]->addCallStatic(functionID);
    4646}
    4747void FunctionCallManager::addCallStatic(uint32_t functionID, uint32_t clientID, const MultiType& mt1)
Note: See TracChangeset for help on using the changeset viewer.