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:
12:9af48d60705f
--- a/MapEntry.h	Tue Feb 25 07:33:45 2014 +0000
+++ b/MapEntry.h	Tue Feb 25 16:33:18 2014 +0000
@@ -27,7 +27,7 @@
         char    m_ioc_name[MAX_NAME_LENGTH+1];
         
      public:
-        MapEntry(char *mbed_name,char *ioc_name);
+        MapEntry(char *ioc_name,char *mbed_name);
         MapEntry(MapEntry &entry);
        ~MapEntry();