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:
15:363a3299e41a
Parent:
14:717372430717
Child:
17:36a4ab911aaa
--- a/MBEDEndpoint.cpp	Mon Mar 31 18:47:19 2014 +0000
+++ b/MBEDEndpoint.cpp	Mon Mar 31 18:54:27 2014 +0000
@@ -59,7 +59,7 @@
      if (success) this->logger()->log("IOC GW IP: %s",GW_IPADDRESS);
      if (PL_ENABLE && success) this->logger()->log("Philips Light ID: %d Philips Gateway IP: %s",PL_LIGHT_ID,PL_GW_ADDRESS);
 #ifndef CELLULAR_NETWORK
-     if (success) success = this->initializeEthernet(ethernet);
+     if (success) success = this->initializeEthernet((EthernetInterface *)ethernet);
 #endif
      if (success) this->logger()->turnLEDYellow();
      if (success)this->m_map = new MBEDToIOCResourceMap(error_handler);