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:
26:791d22d43cb4
Parent:
20:f2dbbd852e08
--- a/MapEntry.h	Thu Feb 27 04:05:31 2014 +0000
+++ b/MapEntry.h	Thu Feb 27 06:04:52 2014 +0000
@@ -19,9 +19,10 @@
  #ifndef _MAP_ENTRY_H_
  #define _MAP_ENTRY_H_
  
-#define MAX_NAME_LENGTH     32
+ // Definitions
+ #include "Definitions.h"
  
-class MapEntry {
+ class MapEntry {
      private:
         char    m_mbed_name[MAX_NAME_LENGTH+1];
         char    m_ioc_name[MAX_NAME_LENGTH+1];