- Timestamp:
- Aug 30, 2010, 6:27:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h
r7239 r7267 223 223 224 224 const ExecutorPtr& getExecutor() const; 225 inline const ExecutorPtr& getBaseExecutor() const226 { return this->base Executor_; }225 inline const FunctorPtr& getBaseFunctor() const 226 { return this->baseFunctor_; } 227 227 228 228 inline ConsoleCommand& setActive(bool bActive) … … 311 311 AccessLevel::Enum accessLevel_; 312 312 std::string baseName_; 313 ExecutorPtr baseExecutor_;313 FunctorPtr baseFunctor_; 314 314 315 315 ExecutorPtr executor_;
Note: See TracChangeset
for help on using the changeset viewer.