- Timestamp:
- Aug 27, 2010, 2:53:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/Shell.h
r7203 r7229 113 113 void setPromptPrefix(const std::string& str); 114 114 115 static inline unsigned int getCacheSize() 116 { return Shell::cacheSize_s; } 117 115 118 private: 116 119 Shell(const Shell& other); … … 167 170 std::vector<std::string> commandHistory_; 168 171 int softDebugLevel_; 172 static unsigned int cacheSize_s; 169 173 }; 170 174 }
Note: See TracChangeset
for help on using the changeset viewer.