Ignore:
Timestamp:
Jan 7, 2010, 2:46:34 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
d97af9
Parents:
34ff5e6
Message:

Added a central registry that allows access to actions by name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Actions/MethodAction.hpp

    r34ff5e6 r3e8325  
    1010
    1111#include <boost/function.hpp>
     12#include <string>
    1213
    1314#include "Actions/Action.hpp"
     
    1920{
    2021public:
    21   MethodAction(boost::function<void()>);
     22  MethodAction(std::string _name,boost::function<void()> _executeMethod,bool _doRegister=true);
    2223  virtual ~MethodAction();
    2324
Note: See TracChangeset for help on using the changeset viewer.