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.cpp
- Revision:
- 11:db15da110a37
- Parent:
- 9:01b8cc7d94cc
- Child:
- 13:fd82db992024
--- a/MQTTClient.cpp Thu Apr 10 15:19:08 2014 +0000
+++ b/MQTTClient.cpp Thu Apr 10 22:47:17 2014 +0000
@@ -17,13 +17,6 @@
#include "MQTTClient.h"
#include "MQTTPacket.h"
-
-void MQTT::threadfn(void* arg)
-{
- ((Client<Network, Timer, Thread>*) arg)->run(NULL);
-}
-
-
MQTT::PacketId::PacketId()
{
next = 0;