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.
Diff: MQTTClient.h
- Revision:
- 13:fd82db992024
- Parent:
- 12:cc7f2d62a393
- Parent:
- 11:db15da110a37
- Child:
- 15:64a57183aa03
diff -r cc7f2d62a393 -r fd82db992024 MQTTClient.h --- a/MQTTClient.h Fri Apr 11 22:31:55 2014 +0100 +++ b/MQTTClient.h Fri Apr 11 22:46:37 2014 +0100 @@ -128,7 +128,7 @@ template<class Network, class Timer, class Thread> void MQTT::Client<Network, Timer, Thread>::threadfn(void* arg) { ((Client<Network, Timer, Thread>*) arg)->run(NULL); -} +} template<class Network, class Timer, class Thread> MQTT::Client<Network, Timer, Thread>::Client(Network* network, const int MAX_MQTT_PACKET_SIZE, const int command_timeout) : packetid()