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:
26:b9d74e06b3de
Parent:
25:5269e8881494
Child:
27:bb4253d9f1d0
--- a/MBEDEndpoint.cpp	Wed Apr 02 18:15:56 2014 +0000
+++ b/MBEDEndpoint.cpp	Wed Apr 02 18:36:47 2014 +0000
@@ -235,7 +235,7 @@
      bool success = false;
      
      // initialize
-     if (this->m_cellular_modem == NULL) this->m_cellular_modem = new MBEDUbloxCellRadio(this->logger(),this,(UBLOX_MODEM *)transport,(C027 *)pinouts);
+     if (this->m_cellular_modem == NULL) this->m_cellular_modem = new MBEDUbloxCellRadio(this->logger(),(void *)this,(UBLOX_MODEM *)transport,(C027 *)pinouts);
      if (this->m_cellular_modem != NULL) success = this->m_cellular_modem->connect();
      
      // return our status