Changeset 381df6 for molecuilder/src/Actions/MethodAction.cpp
- Timestamp:
- Dec 16, 2009, 12:30:16 PM (16 years ago)
- Children:
- 45ff42
- Parents:
- d20ed5
- git-author:
- Tillmann Crueger <crueger@…> (12/14/09 09:51:33)
- git-committer:
- Frederik Heber <heber@…> (12/16/09 12:30:16)
- File:
-
- 1 edited
-
molecuilder/src/Actions/MethodAction.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/MethodAction.cpp
rd20ed5 r381df6 7 7 8 8 #include <iostream> 9 #include <boost/function.hpp> 9 10 10 11 #include "MethodAction.hpp" … … 12 13 using namespace std; 13 14 14 MethodAction::MethodAction() 15 MethodAction::MethodAction(boost::function<void()> _executeMethod) : 16 executeMethod(_executeMethod) 15 17 { 16 // TODO Auto-generated constructor stub17 18 18 } 19 19
Note:
See TracChangeset
for help on using the changeset viewer.
