diff options
author | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-06-06 14:45:58 +0300 |
---|---|---|
committer | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-06-06 14:45:58 +0300 |
commit | 53efcef2e2f521135b323e194c45f1d9fa7b5d5d (patch) | |
tree | 1212563b63ade85fb58d81a67168826cc36e0c31 /src/MTS_IO_ME910C1WWRadio.cpp | |
parent | 86e572b513259e1f7164dd4e4b0f490c870bfc30 (diff) | |
download | libmts-io-53efcef2e2f521135b323e194c45f1d9fa7b5d5d.tar.gz libmts-io-53efcef2e2f521135b323e194c45f1d9fa7b5d5d.tar.bz2 libmts-io-53efcef2e2f521135b323e194c45f1d9fa7b5d5d.zip |
[MTS-MTQ] refactoring: namespace usage
Using identificators in appropriate namespace
Diffstat (limited to 'src/MTS_IO_ME910C1WWRadio.cpp')
-rw-r--r-- | src/MTS_IO_ME910C1WWRadio.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/MTS_IO_ME910C1WWRadio.cpp b/src/MTS_IO_ME910C1WWRadio.cpp index d26749a..2bc86a1 100644 --- a/src/MTS_IO_ME910C1WWRadio.cpp +++ b/src/MTS_IO_ME910C1WWRadio.cpp @@ -32,8 +32,8 @@ ME910C1WWRadio::ME910C1WWRadio(const std::string& sPort) } -CellularRadio::CODE ME910C1WWRadio::setActiveFirmware(const Json::Value& jArgs) { - CellularRadio::CODE rc; +ME910C1WWRadio::CODE ME910C1WWRadio::setActiveFirmware(const Json::Value& jArgs) { + CODE rc; // Set command allows enabling a specific firmware image on products // embedding 2 different firmware images: @@ -76,9 +76,9 @@ CellularRadio::CODE ME910C1WWRadio::setActiveFirmware(const Json::Value& jArgs) return sendBasicCommand(sCmd, 5000); } -CellularRadio::CODE ME910C1WWRadio::getActiveFirmware(std::string& sFwId) { +ME910C1WWRadio::CODE ME910C1WWRadio::getActiveFirmware(std::string& sFwId) { std::string sCmd; - CellularRadio::CODE rc; + CODE rc; // // Read command reports the current active firmware image: // AT#FWSWITCH? |