Files
MuditaOS/module-apps/application-call/data/CallSwitchData.cpp
Radoslaw Wicik a8573a404c Apply new style
2020-03-17 10:03:16 +01:00

25 lines
443 B
C++

/*
* @file CallSwitchData.cpp
* @author Robert Borzecki (robert.borzecki@mudita.com)
* @date 3 lip 2019
* @brief
* @copyright Copyright (C) 2019 mudita.com
* @details
*/
#include "CallSwitchData.hpp"
namespace app
{
CallSwitchData::CallSwitchData()
{
// TODO Auto-generated constructor stub
}
CallSwitchData::~CallSwitchData()
{
// TODO Auto-generated destructor stub
}
} /* namespace app */