Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Process.cpp

    rbcf653 re4afb4  
    2424using namespace std;
    2525
    26 Process::Process(int _maxSteps, std::string _name, bool _doRegister) :
    27   Action(_name,_doRegister),
     26Process::Process(int _maxSteps, const ActionTraits &_trait, bool _doRegister) :
     27  Action(_trait,_doRegister),
    2828  Observable("Process"),
    2929  maxSteps(_maxSteps),
Note: See TracChangeset for help on using the changeset viewer.