summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrii Pientsov <andrii.pientsov@globallogic.com>2020-07-17 10:03:48 +0300
committerAndrii Pientsov <andrii.pientsov@globallogic.com>2020-07-17 10:03:48 +0300
commita05854f5d389f67001b7ecc4cda62c7320433349 (patch)
treecc8db0cad51bf284d708d2cd24dbe07eff2ef60c /include
parent1986b67d54e8e6a3f8176f5b4cb78786ac3ee496 (diff)
downloadlibmts-io-a05854f5d389f67001b7ecc4cda62c7320433349.tar.gz
libmts-io-a05854f5d389f67001b7ecc4cda62c7320433349.tar.bz2
libmts-io-a05854f5d389f67001b7ecc4cda62c7320433349.zip
Code review
Diffstat (limited to 'include')
-rw-r--r--include/mts/MTS_IO_ME910Radio.h2
-rw-r--r--include/mts/MTS_IO_TelitRadio.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/include/mts/MTS_IO_ME910Radio.h b/include/mts/MTS_IO_ME910Radio.h
index 09e8ede..93af86f 100644
--- a/include/mts/MTS_IO_ME910Radio.h
+++ b/include/mts/MTS_IO_ME910Radio.h
@@ -36,8 +36,6 @@ namespace MTS {
virtual CODE setRxDiversity(const Json::Value& jArgs);
- virtual CODE getFirmwareBuild(std::string& sFirmware);
-
protected:
private:
diff --git a/include/mts/MTS_IO_TelitRadio.h b/include/mts/MTS_IO_TelitRadio.h
index 2f20996..d0a70ed 100644
--- a/include/mts/MTS_IO_TelitRadio.h
+++ b/include/mts/MTS_IO_TelitRadio.h
@@ -30,6 +30,7 @@ namespace MTS {
public:
bool resetRadio(uint32_t iTimeoutMillis = 5000) override;
+ CODE getFirmwareBuild(std::string& sFirmwareBuild) override;
CODE getModel(std::string& sModel) override;
CODE getIccid(std::string& sIccid) override;
CODE getService(std::string& sService) override;