diff options
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 0228eda..0469d5d 100644 --- a/src/MTS_IO_ME910C1WWRadio.cpp +++ b/src/MTS_IO_ME910C1WWRadio.cpp @@ -32,8 +32,8 @@ ME910C1WWRadio::ME910C1WWRadio(const std::string& sPort)  } -ME910C1WWRadio::CODE ME910C1WWRadio::setActiveFirmware(const Json::Value& jArgs) { -    CODE rc; +ICellularRadio::CODE ME910C1WWRadio::setActiveFirmware(const Json::Value& jArgs) { +    ICellularRadio::CODE rc;      //    Set command allows enabling a specific firmware image on products      //    embedding 2 different firmware images: @@ -76,9 +76,9 @@ ME910C1WWRadio::CODE ME910C1WWRadio::setActiveFirmware(const Json::Value& jArgs)      return sendBasicCommand(sCmd, 5000);  } -ME910C1WWRadio::CODE ME910C1WWRadio::getActiveFirmware(std::string& sFwId) { +ICellularRadio::CODE ME910C1WWRadio::getActiveFirmware(std::string& sFwId) {      std::string sCmd; -    CODE rc; +    ICellularRadio::CODE rc;      //      // Read command reports the current active firmware image:      // AT#FWSWITCH? | 
