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:
21:d1ce325d1d32
Parent:
12:952dce085876
--- a/HTTPTransport.h	Thu Feb 27 15:20:30 2014 +0000
+++ b/HTTPTransport.h	Thu Feb 27 22:07:45 2014 +0000
@@ -47,7 +47,9 @@
         
     private:
         char *createIOCLoadURL();
+        char *packageData(char *verb,char *data,int ioc_id);
         char *createIOCUpdateURL(int ioc_id);
+        char *createIOCUpdateURL(int ioc_id,bool useRedirector);
  };
 
 #endif // ___HTTPTRANSPORT_H_
\ No newline at end of file