A library for talking to Multi-Tech's Cellular SocketModem Devices.

Dependents:   M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more

Revision:
39:6e94520a3217
Parent:
4:6561c9128c6f
Child:
56:e5e5351f14b3
--- a/utils/MTSText.h	Thu Dec 19 15:56:05 2013 +0000
+++ b/utils/MTSText.h	Thu Dec 19 19:49:58 2013 +0000
@@ -5,6 +5,8 @@
 #include <vector>
 #include <stddef.h>
 
+namespace mts {
+
 class Text {
     
     public:
@@ -18,4 +20,5 @@
         Text& operator=(const Text& other);
 };
 
+}
 #endif