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 /include | |
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 'include')
-rw-r--r-- | include/mts/MTS_IO_ME910C1WWRadio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mts/MTS_IO_ME910C1WWRadio.h b/include/mts/MTS_IO_ME910C1WWRadio.h index bfbb8a6..6612d83 100644 --- a/include/mts/MTS_IO_ME910C1WWRadio.h +++ b/include/mts/MTS_IO_ME910C1WWRadio.h @@ -33,8 +33,8 @@ namespace MTS { ME910C1WWRadio(const std::string& sPort); virtual ~ME910C1WWRadio(){}; - CellularRadio::CODE setActiveFirmware(const Json::Value& jArgs); - CellularRadio::CODE getActiveFirmware(std::string& sFwId); + CODE setActiveFirmware(const Json::Value& jArgs); + CODE getActiveFirmware(std::string& sFwId); protected: |