24 lines
351 B
C++
24 lines
351 B
C++
/*
|
|
* PowerDownManager.cpp
|
|
*
|
|
* Created on: Mar 9, 2014
|
|
* Author: jonny
|
|
*/
|
|
|
|
#include <core/powerdown/PowerDownManager.h>
|
|
|
|
namespace controller {
|
|
|
|
PowerDownManager::PowerDownManager()
|
|
{
|
|
// TODO Auto-generated constructor stub
|
|
|
|
}
|
|
|
|
PowerDownManager::~PowerDownManager()
|
|
{
|
|
// TODO Auto-generated destructor stub
|
|
}
|
|
|
|
} /* namespace controller */
|