Official reference client implementation for Cumulocity SmartREST on u-blox C027.

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Revision:
101:dbcd3bc51758
Parent:
97:ea056f6be2e8
Child:
106:c61f0d62b625
--- a/operation/ReportThread.h	Thu May 07 13:56:19 2015 +0000
+++ b/operation/ReportThread.h	Fri May 08 12:19:57 2015 +0000
@@ -11,7 +11,7 @@
                 thread(ReportThread::threadWrapper, this) {
                 strncpy(uri, "/s", sizeof(uri));
         }
-        virtual ~ReportThread() { sock.close(); }
+        virtual ~ReportThread() { }
         void threadFunc();
         static void threadWrapper(const void *p) { ((ReportThread*)p)->threadFunc(); }
 private: