Files
MuditaOS/module-apps/application-call/data/CallSwitchData.cpp

23 lines
406 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 */