Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 1:02:01 AM (16 years ago)
Author:
landauf
Message:

funny hack, i hope this works for reto

File:
1 edited

Legend:

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

    r496 r551  
    3939
    4040        private:
    41             Factory() {}                        // don't create
    42             Factory(const Factory& factory) {}  // don't copy
    43             ~Factory() {}                       // don't delete
     41            Factory() {}                            // don't create
     42            Factory(const Factory& factory) {}      // don't copy
     43            ~Factory() {}                           // don't delete
     44            static void checkPointer();
    4445
    45             static Factory* pointer_s;                                          //!< The pointer to the singleton
     46            static Factory* pointer1_s;                                         //!< The 1st pointer to the singleton
     47            static Factory* pointer2_s;                                         //!< The 2nd pointer to the singleton
     48            static Factory* pointer3_s;                                         //!< The 3rd pointer to the singleton
     49            static Factory* pointer4_s;                                         //!< The 4th pointer to the singleton
     50            static Factory* pointer5_s;                                         //!< The 5th pointer to the singleton
    4651            std::map<std::string, Identifier*> identifierStringMap_;            //!< The map, mapping the name with the Identifier
    4752            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.