summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_ICellularRadio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mts/MTS_IO_ICellularRadio.h')
-rw-r--r--include/mts/MTS_IO_ICellularRadio.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/mts/MTS_IO_ICellularRadio.h b/include/mts/MTS_IO_ICellularRadio.h
index 257ed00..d954a24 100644
--- a/include/mts/MTS_IO_ICellularRadio.h
+++ b/include/mts/MTS_IO_ICellularRadio.h
@@ -7,12 +7,11 @@
#include <json/json.h>
-#include <mts/MTS_AutoPtr.h>
-#include <mts/MTS_IO_Connection.h>
+#define EXPORT __attribute__((visibility("default")))
namespace MTS {
namespace IO {
- class ICellularRadio
+ class EXPORT ICellularRadio
{
public:
typedef std::function<bool(const std::string&/*iterationData*/, const std::string&/*allData*/)> IsNeedMoreData;