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:
51:15c81f725ba2
--- a/IOCEndpoint.cpp	Fri Sep 19 18:31:14 2014 +0000
+++ b/IOCEndpoint.cpp	Fri Sep 26 05:16:26 2014 +0000
@@ -23,7 +23,7 @@
  #include "MBEDEndpoint.h"
   
  // default constructor
- IOCEndpoint::IOCEndpoint(ErrorHandler *error_handler,void *endpoint) : BaseClass(error_handler,endpoint) {
+ IOCEndpoint::IOCEndpoint(Logger *logger,void *endpoint) : BaseClass(logger,endpoint) {
  }
  
  // default destructor