/* * MenuInterface.cpp * * Created on: Nov 6, 2010 * Author: heber */ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "CodePatterns/MemDebug.hpp" #include "Menu/MenuInterface.hpp" /** Empty Constructor for class MenuInterface. * */ MenuInterface::MenuInterface(const std::string &_token) {} /** Empty Destructor for class MenuInterface. * */ MenuInterface::~MenuInterface() {}