Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 16, 2008, 8:45:13 PM (17 years ago)
Author:
rgrieder
Message:

Changed initialisation of TclThreadManager, TclBind and Shell to match the simple singleton concept (runtime assert in the c'tor).
That simplifies things a lot. The instances now 'belong' to GSRoot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gamestates/GSRoot.h

    r1755 r1792  
    6565        Ogre::LogManager*     ogreLogger_;
    6666        GraphicsEngine*       graphicsEngine_;   //!< Interface to Ogre
     67        TclBind*              tclBind_;
     68        TclThreadManager*     tclThreadManager_;
     69        Shell*                shell_;
    6770
    6871        std::string           ogreConfigFile_;        //!< ogre config file name
Note: See TracChangeset for help on using the changeset viewer.