Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10482 for code/branches


Ignore:
Timestamp:
May 25, 2015, 10:34:42 PM (9 years ago)
Author:
landauf
Message:

detail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/class/Identifier.cc

    r10405 r10482  
    111111    void Identifier::setNetworkID(uint32_t id)
    112112    {
     113        IdentifierManager::getInstance().removeIdentifier(this); // remove with old id
    113114        this->networkID_ = id;
    114         IdentifierManager::getInstance().addIdentifier(this);
     115        IdentifierManager::getInstance().addIdentifier(this);    // add with new id
    115116    }
    116117
Note: See TracChangeset for help on using the changeset viewer.