25 lines
311 B
C++
25 lines
311 B
C++
//
|
|
// C++ Implementation: controller
|
|
//
|
|
// Description:
|
|
//
|
|
//
|
|
// Author: Micke Prag <micke.prag@telldus.se>, (C) 2009
|
|
//
|
|
// Copyright: See COPYING file that comes with this distribution
|
|
//
|
|
//
|
|
#include "Controller.h"
|
|
|
|
using namespace TelldusCore;
|
|
|
|
Controller::Controller()
|
|
{
|
|
}
|
|
|
|
|
|
Controller::~Controller()
|
|
{
|
|
}
|
|
|
|
|