// // C++ Implementation: controller // // Description: // // // Author: Micke Prag , (C) 2009 // // Copyright: See COPYING file that comes with this distribution // // #include "Controller.h" using namespace TelldusCore; Controller::Controller() { } Controller::~Controller() { }