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.
Fork of MQTT by
Revision 13:fd82db992024, committed 2014-04-11
- Comitter:
- Ian Craggs
- Date:
- Fri Apr 11 22:46:37 2014 +0100
- Parent:
- 12:cc7f2d62a393
- Parent:
- 11:db15da110a37
- Child:
- 15:64a57183aa03
- Commit message:
- Merged changes
Changed in this revision
| MQTTClient.cpp | Show annotated file Show diff for this revision Revisions of this file |
| MQTTClient.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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()
