Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 3:58:42 AM (16 years ago)
Author:
landauf
Message:

modified DebugLevel-hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/core/Factory.h

    r553 r562  
    3737            static void changeNetworkID(Identifier* identifier, const unsigned int oldID, const unsigned int newID);
    3838            static void createClassHierarchy();
    39 
    4039            static Factory* getFactoryPointer();// avoid overriding pointer_s in the static intialisation process
    4140
     
    4443            Factory(const Factory& factory) {}      // don't copy
    4544            ~Factory() {}                           // don't delete
    46             static void checkPointer();
    4745
     46            static Factory* pointer_s;
    4847            std::map<std::string, Identifier*> identifierStringMap_;            //!< The map, mapping the name with the Identifier
    4948            std::map<unsigned int, Identifier*> identifierNetworkIDMap_;        //!< The map, mapping the network ID with the Identifier
Note: See TracChangeset for help on using the changeset viewer.