Ignore:
Timestamp:
Dec 16, 2009, 12:30:16 PM (16 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

Rebuild the main menu using the new structure as far as possible. Signed-off-by: Tillmann Crueger <crueger@…>

File:
1 edited

Legend:

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

    rd20ed5 r381df6  
    77
    88#include <iostream>
     9#include <boost/function.hpp>
    910
    1011#include "MethodAction.hpp"
     
    1213using namespace std;
    1314
    14 MethodAction::MethodAction()
     15MethodAction::MethodAction(boost::function<void()> _executeMethod) :
     16executeMethod(_executeMethod)
    1517{
    16   // TODO Auto-generated constructor stub
    17 
    1818}
    1919
Note: See TracChangeset for help on using the changeset viewer.