Changes in src/Actions/Process.hpp [2efa90:e4afb4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Process.hpp
r2efa90 re4afb4 40 40 { 41 41 public: 42 Process(int _maxSteps, std::string _name, bool _doRegister=true);42 Process(int _maxSteps, const ActionTraits &_trait, bool _doRegister=true); 43 43 virtual ~Process(); 44 44
Note:
See TracChangeset
for help on using the changeset viewer.