MBED_DEMOS / Mbed 2 deprecated mbed_mqtt_endpoint_ublox_cellular

Dependencies:   C027_Support C12832 StatusReporter LM75B MQTT-ansond c027_radios endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
39:bd5b2bcd2dcc
Parent:
36:210f3956038c
Child:
48:d3663434128d
diff -r 036c8e1026ef -r bd5b2bcd2dcc MBEDEndpoint.cpp
--- a/MBEDEndpoint.cpp	Sat Mar 01 06:15:30 2014 +0000
+++ b/MBEDEndpoint.cpp	Sat Mar 01 07:16:56 2014 +0000
@@ -96,7 +96,7 @@
  }
  
  // initialize our ResourceFactory
- ResourceFactory *MBEDEndpoint::initResourceFactory() { return new EmulatedResourceFactory(this->logger()); }
+ ResourceFactory *MBEDEndpoint::initResourceFactory() { return new EmulatedResourceFactory(this->logger(),(void *)this); }
  
  // Initialize the Endpoint Name - will be the first Light resource name (and there must be one...)
  void MBEDEndpoint::initEndpointName() {