summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_EG95Radio.h
diff options
context:
space:
mode:
authorMaksym Telychko <maksym.telychko@globallogic.com>2019-07-30 10:47:36 +0300
committerMaksym Telychko <maksym.telychko@globallogic.com>2019-07-30 10:47:36 +0300
commitd8b526a82a9b4575adf7dd0d8451d95b6984b02f (patch)
tree1f019b1a9a15395f4602009f1bc21bd237770bf1 /include/mts/MTS_IO_EG95Radio.h
parent5ee7664dde53f71fd245db530f985f10f111b28b (diff)
downloadlibmts-io-d8b526a82a9b4575adf7dd0d8451d95b6984b02f.tar.gz
libmts-io-d8b526a82a9b4575adf7dd0d8451d95b6984b02f.tar.bz2
libmts-io-d8b526a82a9b4575adf7dd0d8451d95b6984b02f.zip
MTX-2891 mpower 2-3-4g switch refactoring: enums
Diffstat (limited to 'include/mts/MTS_IO_EG95Radio.h')
-rw-r--r--include/mts/MTS_IO_EG95Radio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mts/MTS_IO_EG95Radio.h b/include/mts/MTS_IO_EG95Radio.h
index 6077ed1..620a333 100644
--- a/include/mts/MTS_IO_EG95Radio.h
+++ b/include/mts/MTS_IO_EG95Radio.h
@@ -39,9 +39,9 @@ namespace MTS {
protected:
private:
- CODE getSupportedCellularModes(PREFERRED_NETWORKS &networks) override;
- CODE getCellularMode(PREFERRED_NETWORKS &networks) override;
- CODE setCellularMode(PREFERRED_NETWORKS networks) override;
+ CODE getSupportedCellularModes(CELLULAR_MODES &networks) override;
+ CODE getCellularMode(CELLULAR_MODES &networks) override;
+ CODE setCellularMode(CELLULAR_MODES networks) override;
};
}
}