Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
11:f1c9299a3ca1
Parent:
10:62107616fc6c
Child:
20:f2dbbd852e08
--- a/MBEDToIOCResourceMap.h	Tue Feb 25 07:33:45 2014 +0000
+++ b/MBEDToIOCResourceMap.h	Tue Feb 25 16:33:18 2014 +0000
@@ -26,7 +26,7 @@
 
 class MBEDToIOCResourceMap {
     private:
-        vector<MapEntry> m_map;
+        vector<MapEntry *> m_map;
     
     public:
         MBEDToIOCResourceMap();