Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 29, 2008, 4:15:03 AM (16 years ago)
Author:
landauf
Message:
  • some small adjustments in identifier and co.
  • renamed GetIdentifier to ClassByName and ClassByID
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/network/ConnectionManager.cc

    r1842 r1856  
    345345    std::string classname;
    346346    orxonox::Identifier *id;
    347     std::map<std::string, orxonox::Identifier*>::const_iterator it = orxonox::Factory::getFactoryBegin();
    348     while(it != orxonox::Factory::getFactoryEnd()){
     347    std::map<std::string, orxonox::Identifier*>::const_iterator it = orxonox::Factory::getFactoryMapBegin();
     348    while(it != orxonox::Factory::getFactoryMapEnd()){
    349349      id = (*it).second;
    350350      if(id == NULL)
Note: See TracChangeset for help on using the changeset viewer.