Changes in src/Actions/Process.cpp [112b09:da3024]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Process.cpp
r112b09 rda3024 13 13 14 14 Process::Process(int _maxSteps, std::string _name, bool _doRegister) : 15 Action(_name,_doRegister), 15 16 Observable("Process"), 16 Action(_name,_doRegister),17 17 maxSteps(_maxSteps), 18 18 active(false),
Note:
See TracChangeset
for help on using the changeset viewer.