summaryrefslogtreecommitdiff
path: root/src/MTS_IO_CdmaRadio.cpp
diff options
context:
space:
mode:
authorMaksym Telychko <maksym.telychko@globallogic.com>2019-06-06 16:03:44 +0300
committerMaksym Telychko <maksym.telychko@globallogic.com>2019-06-06 16:03:44 +0300
commitda563a985ccb0b5f316b44e35aabd511687ff4bf (patch)
tree8c4261bff4b66b16018541004db1cd04258b3ca1 /src/MTS_IO_CdmaRadio.cpp
parent53efcef2e2f521135b323e194c45f1d9fa7b5d5d (diff)
downloadlibmts-io-da563a985ccb0b5f316b44e35aabd511687ff4bf.tar.gz
libmts-io-da563a985ccb0b5f316b44e35aabd511687ff4bf.tar.bz2
libmts-io-da563a985ccb0b5f316b44e35aabd511687ff4bf.zip
[MTS-MTQ] refactoring: added quectel empty classes, CellularRadio moved to TelitRadio
Diffstat (limited to 'src/MTS_IO_CdmaRadio.cpp')
-rw-r--r--src/MTS_IO_CdmaRadio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MTS_IO_CdmaRadio.cpp b/src/MTS_IO_CdmaRadio.cpp
index 8057650..4ff5d63 100644
--- a/src/MTS_IO_CdmaRadio.cpp
+++ b/src/MTS_IO_CdmaRadio.cpp
@@ -35,7 +35,7 @@
using namespace MTS::IO;
CdmaRadio::CdmaRadio(const std::string& sName, const std::string& sPort)
-: CellularRadio(sName, sPort)
+: TelitRadio(sName, sPort)
{
}