diff options
author | Jeff Hatch <jhatch@multitech.com> | 2020-02-19 14:24:46 -0600 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2020-02-19 14:24:46 -0600 |
commit | cdd3fbe0f999546b3f39843f6f742f185781edd7 (patch) | |
tree | dafe7aecac186e1d14aa317a487b4070ff681b33 /include/mts/MTS_IO_CellularRadioFactory.h | |
parent | 545778caa05a2bc1ee3bfdeac2b48c8b51c54d64 (diff) | |
parent | a19364df47f14bff07f8f1ade616fe147f910838 (diff) | |
download | libmts-io-cdd3fbe0f999546b3f39843f6f742f185781edd7.tar.gz libmts-io-cdd3fbe0f999546b3f39843f6f742f185781edd7.tar.bz2 libmts-io-cdd3fbe0f999546b3f39843f6f742f185781edd7.zip |
Merge branch 'cleanup_MAT1_MVW1_radios' into 'master'
MTX-3211 Remove the code that is used to support ME910C1-NV and ME910C1-NA
See merge request !10
Diffstat (limited to 'include/mts/MTS_IO_CellularRadioFactory.h')
-rw-r--r-- | include/mts/MTS_IO_CellularRadioFactory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mts/MTS_IO_CellularRadioFactory.h b/include/mts/MTS_IO_CellularRadioFactory.h index 9b36489..e57ca5e 100644 --- a/include/mts/MTS_IO_CellularRadioFactory.h +++ b/include/mts/MTS_IO_CellularRadioFactory.h @@ -49,8 +49,6 @@ namespace MTS { ICellularRadio* createLE910EU1(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const; ICellularRadio* createLE910C1NS(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const; ICellularRadio* createLE910C1AP(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const; - ICellularRadio* createME910C1NA(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const; - ICellularRadio* createME910C1NV(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const; ICellularRadio* createME910C1WW(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const; ICellularRadio* createGE910(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const; ICellularRadio* createDE910(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const; |