Changeset 3e8325 for molecuilder/src/Actions/MethodAction.cpp
- Timestamp:
- Jan 7, 2010, 2:46:34 PM (16 years ago)
- Children:
- d97af9
- Parents:
- 34ff5e6
- File:
-
- 1 edited
-
molecuilder/src/Actions/MethodAction.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/MethodAction.cpp
r34ff5e6 r3e8325 8 8 #include <iostream> 9 9 #include <boost/function.hpp> 10 #include <string> 10 11 11 12 #include "MethodAction.hpp" … … 13 14 using namespace std; 14 15 15 MethodAction::MethodAction(boost::function<void()> _executeMethod) : 16 MethodAction::MethodAction(string _name,boost::function<void()> _executeMethod,bool _doRegister) : 17 Action(_name,_doRegister), 16 18 executeMethod(_executeMethod) 17 19 {
Note:
See TracChangeset
for help on using the changeset viewer.
