Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 5, 2008, 5:32:54 PM (16 years ago)
Author:
scheusso
Message:

small change in synchronisable and baseobject (check when changing activity)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/network/Synchronisable.cc

    r2143 r2144  
    297297        it++;
    298298    }
    299     assert(0); //if we reach this point something went wrong
     299    bool unregistered_nonexistent_variable = false;
     300    assert(unregistered_nonexistent_variable); //if we reach this point something went wrong:
     301    // the variable has not been registered before
    300302  }
    301303 
Note: See TracChangeset for help on using the changeset viewer.