summaryrefslogtreecommitdiff
path: root/include/mts
diff options
context:
space:
mode:
Diffstat (limited to 'include/mts')
-rw-r--r--include/mts/MTS_IO_TelitRadio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mts/MTS_IO_TelitRadio.h b/include/mts/MTS_IO_TelitRadio.h
index b81cd7d..bd542f1 100644
--- a/include/mts/MTS_IO_TelitRadio.h
+++ b/include/mts/MTS_IO_TelitRadio.h
@@ -22,6 +22,7 @@
#define MTS_IO_TELITRADIO_H_
#include <mts/MTS_IO_CellularRadio.h>
+#include <set>
namespace MTS {
namespace IO {
@@ -54,8 +55,7 @@ namespace MTS {
private:
virtual CODE getSimLockAttempts(int& iAttemptsPin, int& iAttemptsPuk, const std::string& sLockStatus);
- static ICellularRadio::CELLULAR_MODES preferredNetwork(CELLULAR_MODES prefNetwork, int wds);
-
+ ICellularRadio::CODE wdsList(std::set<int> &wds);
};
}
}