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