MBED_DEMOS / Mbed 2 deprecated mbed_mqtt_endpoint_nxp

Dependencies:   C12832_lcd EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
39:bd5b2bcd2dcc
Parent:
36:210f3956038c
Child:
48:d3663434128d
--- 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() {