Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 564


Ignore:
Timestamp:
Dec 17, 2007, 4:09:06 AM (16 years ago)
Author:
landauf
Message:

Right now I'm having amnesia and deja vu at the same time. I think I've forgotten this before.

Location:
code/branches/FICN/src/orxonox/core
Files:
2 edited

Legend:

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

    r563 r564  
    9999
    100100    /**
    101         @brief blubb
     101        @brief Ensures the Factory gets created in the right moment.
     102        @return The Factory.
    102103    */
    103104    Factory* Factory::getFactoryPointer()
  • code/branches/FICN/src/orxonox/core/Factory.h

    r563 r564  
    4444            Factory(const Factory& factory) {}      // don't copy
    4545            ~Factory() {}                           // don't delete
    46             static void checkPointer();
    4746
    4847            std::map<std::string, Identifier*> identifierStringMap_;            //!< The map, mapping the name with the Identifier
Note: See TracChangeset for help on using the changeset viewer.