Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 30, 2015, 2:36:27 PM (9 years ago)
Author:
landauf
Message:

fixed mapping of FunctionIDs - same reason like for ClassIDs in r10564

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/network/NetworkFunction.cc

    r10476 r10565  
    4242    void NetworkFunctionBase::setNetworkID(uint32_t id)
    4343    {
    44         NetworkFunctionManager::getInstance().unregisterFunction(this); // unregister with old id
    4544        this->networkID_ = id;
    4645        NetworkFunctionManager::getInstance().registerFunction(this);   // register with new id
Note: See TracChangeset for help on using the changeset viewer.