summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_CellularRadioFactory.h
diff options
context:
space:
mode:
authorMaksym Telychko <maksym.telychko@globallogic.com>2019-06-07 12:38:11 +0300
committerMaksym Telychko <maksym.telychko@globallogic.com>2019-06-07 12:38:11 +0300
commit55c18e47596b6be9f19b33deb6c5cd0e798decd8 (patch)
tree06bc41c6acd62a7f58461d1c82f5ddcd67691eaf /include/mts/MTS_IO_CellularRadioFactory.h
parent936d8d57853e1ffbe1f46874b7ba9194e26cccb9 (diff)
downloadlibmts-io-55c18e47596b6be9f19b33deb6c5cd0e798decd8.tar.gz
libmts-io-55c18e47596b6be9f19b33deb6c5cd0e798decd8.tar.bz2
libmts-io-55c18e47596b6be9f19b33deb6c5cd0e798decd8.zip
[MTS-MTQ] refactoring: public symbols visibility
Make exported ICellularRadio and CellularRadioFactory only
Diffstat (limited to 'include/mts/MTS_IO_CellularRadioFactory.h')
-rw-r--r--include/mts/MTS_IO_CellularRadioFactory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mts/MTS_IO_CellularRadioFactory.h b/include/mts/MTS_IO_CellularRadioFactory.h
index 501f314..540ed29 100644
--- a/include/mts/MTS_IO_CellularRadioFactory.h
+++ b/include/mts/MTS_IO_CellularRadioFactory.h
@@ -21,6 +21,7 @@
#ifndef MTS_IO_CELLULARRADIOFACTORY_H_
#define MTS_IO_CELLULARRADIOFACTORY_H_
+#include <mts/MTS_IO_CellularRadio.h>
#include <mts/MTS_IO_TelitRadio.h>
#include <string>
#include <map>
@@ -32,7 +33,7 @@ namespace MTS {
class GE910Radio;
class DE910Radio;
class CE910Radio;
- class CellularRadioFactory {
+ class EXPORT CellularRadioFactory {
public: