Changeset 3e8325 for molecuilder/src/Actions/MethodAction.hpp
- Timestamp:
- Jan 7, 2010, 2:46:34 PM (16 years ago)
- Children:
- d97af9
- Parents:
- 34ff5e6
- File:
-
- 1 edited
-
molecuilder/src/Actions/MethodAction.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/MethodAction.hpp
r34ff5e6 r3e8325 10 10 11 11 #include <boost/function.hpp> 12 #include <string> 12 13 13 14 #include "Actions/Action.hpp" … … 19 20 { 20 21 public: 21 MethodAction( boost::function<void()>);22 MethodAction(std::string _name,boost::function<void()> _executeMethod,bool _doRegister=true); 22 23 virtual ~MethodAction(); 23 24
Note:
See TracChangeset
for help on using the changeset viewer.
