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.
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more
Diff: Transport.h
- Revision:
- 20:f2dbbd852e08
- Parent:
- 0:4c9bfcb3e759
- Child:
- 22:f337db5c8f6e
--- a/Transport.h Wed Feb 26 07:22:26 2014 +0000
+++ b/Transport.h Wed Feb 26 18:59:01 2014 +0000
@@ -32,7 +32,7 @@
ErrorHandler *m_error_handler;
public:
- Transport(ErrorHandler *error_handler);
+ Transport(ErrorHandler *error_handler,void *endpoint);
virtual ~Transport();
virtual bool connect() = 0;