mqtt specific components for the impact mbed endpoint library

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp

Revision:
9:28bd23e25409
Parent:
7:8a4a61202b36
Child:
11:9ae0fe4517c1
--- a/MBEDEndpoint.h	Fri Mar 28 16:45:17 2014 +0000
+++ b/MBEDEndpoint.h	Fri Mar 28 16:48:16 2014 +0000
@@ -35,8 +35,8 @@
 // IOC Endpoint support
 #include "IOCEndpoint.h"
 
-// Light Support
-#include "Light.h"
+// Personality Support
+#include "Personality.h"
 
 // ResourceFactory Support
 #include "ResourceFactory.h"
@@ -50,7 +50,7 @@
         ErrorHandler         *m_error_handler;                             // our error handler
         IOCEndpoint          *m_ioc_endpoint;                              // IOC integration
         Transport            *m_transports[NUM_TRANSPORTS];                // our transport
-        Light                *m_personalities[NUM_PERSONALITY_INSTANCES];  // our personality instances (at least 1)
+        Personality          *m_personalities[NUM_PERSONALITY_INSTANCES];  // our personality instances (at least 1)
         char                  m_endpoint_name[PERSONALITY_NAME_LEN+1];     // our endpoint name (personality[0])
         MBEDToIOCResourceMap *m_map;                                       // IOC <--> MBED resource mapping
         Preferences          *m_preferences;                               // preference support