Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 2, 2009, 5:54:13 PM (16 years ago)
Author:
rgrieder
Message:

IOConsole cleanup and added ConsoleWriter to the OutputHandler so that we get std::cout output before the creation of the IOConsole.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/libraries/core/Core.h

    r6004 r6015  
    9191            scoped_ptr<ConfigFileManager> configFileManager_;
    9292            scoped_ptr<Language>          languageInstance_;
     93            scoped_ptr<IOConsole>         ioConsole_;
    9394            scoped_ptr<CoreConfiguration> configuration_;
    9495            scoped_ptr<TclBind>           tclBind_;
    9596            scoped_ptr<TclThreadManager>  tclThreadManager_;
    96             scoped_ptr<IOConsole>         ioConsole_;
    9797            // graphical
    9898            scoped_ptr<GraphicsManager>   graphicsManager_;     //!< Interface to OGRE
Note: See TracChangeset for help on using the changeset viewer.