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:
36:23a1b2dde4d9
Parent:
30:00ff5fe192f0
Child:
38:bf10a01eb123
--- a/MBEDEndpoint.cpp	Fri Apr 11 17:14:51 2014 +0000
+++ b/MBEDEndpoint.cpp	Sat Apr 12 06:34:39 2014 +0000
@@ -386,9 +386,9 @@
      // build the payload
      char *data = NULL;
 
-#ifdef LIGHT_PERSONALITY     
+//#ifdef LIGHT_PERSONALITY     
      data = ((IOCEndpoint *)this->getEndpoint())->buildLightPayload(payload,IOC_PAYLOAD_LEN,(Light *)instance);
-#endif
+//#endif
 
      // issue the request  
      if (data != NULL && strlen(data) > 0) {