summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_EG95Radio.h
diff options
context:
space:
mode:
authorMaksym Telychko <maksym.telychko@globallogic.com>2019-07-29 13:27:29 +0300
committerMaksym Telychko <maksym.telychko@globallogic.com>2019-07-29 13:27:29 +0300
commit5ee7664dde53f71fd245db530f985f10f111b28b (patch)
treee79cf811dd79d7a32974e3eda419aa6fcc8258ba /include/mts/MTS_IO_EG95Radio.h
parent6c92f7176e69daaa56f8274f0059ccf70beb4fe8 (diff)
downloadlibmts-io-5ee7664dde53f71fd245db530f985f10f111b28b.tar.gz
libmts-io-5ee7664dde53f71fd245db530f985f10f111b28b.tar.bz2
libmts-io-5ee7664dde53f71fd245db530f985f10f111b28b.zip
MTX-2891 mpower 2-3-4g switch refactoring: method names
Diffstat (limited to 'include/mts/MTS_IO_EG95Radio.h')
-rw-r--r--include/mts/MTS_IO_EG95Radio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mts/MTS_IO_EG95Radio.h b/include/mts/MTS_IO_EG95Radio.h
index f3021cc..6077ed1 100644
--- a/include/mts/MTS_IO_EG95Radio.h
+++ b/include/mts/MTS_IO_EG95Radio.h
@@ -39,7 +39,9 @@ namespace MTS {
protected:
private:
-
+ CODE getSupportedCellularModes(PREFERRED_NETWORKS &networks) override;
+ CODE getCellularMode(PREFERRED_NETWORKS &networks) override;
+ CODE setCellularMode(PREFERRED_NETWORKS networks) override;
};
}
}