Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 27, 2010, 2:53:06 PM (14 years ago)
Author:
landauf
Message:

implemented command cache in CommandExecutor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/consolecommands3/src/libraries/core/command/Shell.h

    r7203 r7229  
    113113            void setPromptPrefix(const std::string& str);
    114114
     115            static inline unsigned int getCacheSize()
     116                { return Shell::cacheSize_s; }
     117
    115118        private:
    116119            Shell(const Shell& other);
     
    167170            std::vector<std::string>  commandHistory_;
    168171            int                       softDebugLevel_;
     172            static unsigned int       cacheSize_s;
    169173    };
    170174}
Note: See TracChangeset for help on using the changeset viewer.