- Timestamp:
- Aug 30, 2010, 7:52:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/Executor.cc
r7265 r7270 44 44 this->functor_ = functor; 45 45 this->name_ = name; 46 } 47 48 Executor::Executor(const Executor& other) : name_(other.name_), defaultValue_(other.defaultValue_) 49 { 50 this->functor_ = other.functor_->clone(); 46 51 } 47 52
Note: See TracChangeset
for help on using the changeset viewer.