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:
56:789a1a8c5ebe
Parent:
52:8b95544920af
diff -r 7992e9582e2e -r 789a1a8c5ebe MQTTTransport.cpp
--- a/MQTTTransport.cpp	Fri Sep 19 18:31:14 2014 +0000
+++ b/MQTTTransport.cpp	Fri Sep 26 05:16:26 2014 +0000
@@ -62,7 +62,7 @@
  PubSubClient _mqtt(MQTT_HOSTNAME,MQTT_HOSTPORT,_mqtt_message_handler);
   
  // default constructor
- MQTTTransport::MQTTTransport(ErrorHandler *error_handler,void *endpoint,MBEDToIOCResourceMap *map) : Transport(error_handler,endpoint) {
+ MQTTTransport::MQTTTransport(Logger *logger,void *endpoint,MBEDToIOCResourceMap *map) : Transport(logger,endpoint) {
      this->m_mqtt = NULL;
      _mqtt_instance = this;
      this->m_map = map;