niMQTT

Dependencies:   EthernetInterface mbed-rtos

Fork of niMQTT by Guilhem Saurel

Revision:
8:438958bb9df3
Parent:
6:661892e00fe1
Child:
9:3be69efa4402
--- a/niMQTT.h	Tue Aug 13 12:44:36 2013 +0000
+++ b/niMQTT.h	Tue Aug 13 13:36:05 2013 +0000
@@ -116,6 +116,7 @@
         Thread thread;
 
         void publish_received();
+        virtual void call_callback(const char *topic, const char *message);
 
         bool waiting_new_packet, packet_sent;
         int waiting_connack, waiting_suback, waiting_pingresp;