Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2009, 10:32:06 PM (15 years ago)
Author:
rgrieder
Message:

Input part of the IOConsole should be working (at least with SSH on tardis). Note: removed modules from compilation

File:
1 edited

Legend:

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

    r5929 r5973  
    4343{
    4444    class CoreConfiguration;
     45        class IOConsole;
    4546
    4647    /**
     
    9798            scoped_ptr<TclThreadManager>  tclThreadManager_;
    9899            scoped_ptr<Shell>             shell_;
     100            scoped_ptr<IOConsole>         ioConsole_;
    99101            // graphical
    100102            scoped_ptr<GraphicsManager>   graphicsManager_;     //!< Interface to OGRE
Note: See TracChangeset for help on using the changeset viewer.