Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed
Diff: HTTPTransport.cpp
- Revision:
- 7:f570eb3f38cd
- Parent:
- 0:ae2a45502448
- Child:
- 9:ff877db53cfd
--- a/HTTPTransport.cpp Wed Feb 26 07:22:34 2014 +0000
+++ b/HTTPTransport.cpp Wed Feb 26 18:59:08 2014 +0000
@@ -22,7 +22,7 @@
HTTPClient _http;
// default constructor
- HTTPTransport::HTTPTransport(ErrorHandler *error_handler) : Transport(error_handler) {
+ HTTPTransport::HTTPTransport(ErrorHandler *error_handler,void *endpoint) : Transport(error_handler,endpoint) {
this->m_http = &_http;
this->m_connected = true;
}