MBED_DEMOS / Mbed 2 deprecated mbed_mqtt_endpoint_ublox_ethernet

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

Revision:
13:25448d92c205
Parent:
8:45f9a920e82c
Child:
15:e44d75d95b38
--- a/MQTTTransport.h	Thu Feb 27 00:23:30 2014 +0000
+++ b/MQTTTransport.h	Thu Feb 27 04:05:41 2014 +0000
@@ -54,7 +54,7 @@
         char *makeID(char *id_template, char *buffer);
         void initTopic();
         char *getTopic();
-        char *mapEndpointResourceToIOCResource(char *ioc_name);
+        char *mapIOCResourceToEndpointResource(char *ioc_name);
         void sendResult(char *endpoint_name,char *parameter_name,char *value,bool success);
 };