- Timestamp:
- Aug 21, 2010, 4:54:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/Executor.cc
r7192 r7196 44 44 Executor::Executor(Functor* functor, const std::string& name) 45 45 { 46 this->references_ = 0;47 46 this->functor_ = functor; 48 47 this->name_ = name;
Note: See TracChangeset
for help on using the changeset viewer.