Changes in src/Actions/MethodAction.cpp [0b2ce9:e4afb4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MethodAction.cpp
r0b2ce9 re4afb4 29 29 using namespace std; 30 30 31 MethodAction::MethodAction( string _name,boost::function<void()> _executeMethod,bool _doRegister) :32 Action(_ name,_doRegister),31 MethodAction::MethodAction(const ActionTraits &_trait,boost::function<void()> _executeMethod,bool _doRegister) : 32 Action(_trait,_doRegister), 33 33 executeMethod(_executeMethod) 34 34 {
Note:
See TracChangeset
for help on using the changeset viewer.