Changes in src/Actions/Process.cpp [e4afb4:bcf653]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Process.cpp
re4afb4 rbcf653 24 24 using namespace std; 25 25 26 Process::Process(int _maxSteps, const ActionTraits &_trait, bool _doRegister) :27 Action(_ trait,_doRegister),26 Process::Process(int _maxSteps, std::string _name, bool _doRegister) : 27 Action(_name,_doRegister), 28 28 Observable("Process"), 29 29 maxSteps(_maxSteps),
Note:
See TracChangeset
for help on using the changeset viewer.