- Timestamp:
- Apr 6, 2015, 10:00:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/command/ConsoleCommand.h
r10347 r10348 261 261 262 262 public: 263 ConsoleCommand(const std::string& name, const ExecutorPtr& executor, bool bInitialized = true); 263 264 ConsoleCommand(const std::string& group, const std::string& name, const ExecutorPtr& executor, bool bInitialized = true); 264 265 ~ConsoleCommand(); … … 360 361 361 362 private: 363 void init(const std::string& group, const std::string& name, const ExecutorPtr& executor, bool bInitialized); 364 362 365 bool headersMatch(const FunctorPtr& functor); 363 366 bool headersMatch(const ExecutorPtr& executor);
Note: See TracChangeset
for help on using the changeset viewer.