diff options
author | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-06-11 16:47:11 +0300 |
---|---|---|
committer | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-06-11 16:47:11 +0300 |
commit | fe1c1e2e87da96fbbc432a35a903fff40f52713a (patch) | |
tree | 29564afdf7397347dca7847ade029c9474da31f0 /include/mts | |
parent | 6848f0470159df2318c2377a08766a3bb9dcb4c3 (diff) | |
download | libmts-io-fe1c1e2e87da96fbbc432a35a903fff40f52713a.tar.gz libmts-io-fe1c1e2e87da96fbbc432a35a903fff40f52713a.tar.bz2 libmts-io-fe1c1e2e87da96fbbc432a35a903fff40f52713a.zip |
[MTS-MTQ] refactoring: cellular factory namespaces
Diffstat (limited to 'include/mts')
-rw-r--r-- | include/mts/MTS_IO_ICellularRadio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mts/MTS_IO_ICellularRadio.h b/include/mts/MTS_IO_ICellularRadio.h index 11ad193..d74ad15 100644 --- a/include/mts/MTS_IO_ICellularRadio.h +++ b/include/mts/MTS_IO_ICellularRadio.h @@ -60,7 +60,6 @@ namespace MTS { NOT_INSERTED }; - // TODO: convert functions static CODE convertModelToType(const std::string& sModel, std::string& sType); static CODE convertModelToMtsShortCode(const std::string& sModel, std::string& sCode, ICellularRadio *radioObj = NULL); static CODE convertServiceDomainToString(SERVICEDOMAIN eSd, std::string& sSd); @@ -79,7 +78,6 @@ namespace MTS { static CODE test(MTS::AutoPtr<MTS::IO::Connection>& apIo, uint32_t timeoutSeconds = 30); static std::string extractModelFromResult(const std::string& sResult); static std::string getCodeAsString(CODE code); - // XXX static const char *DEFAULT_RADIO_PORT; static const char *DEFAULT_RADIO_DIR; |