Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
96:ea056f6be2e8
Parent:
93:61d44636f020
Child:
100:dbcd3bc51758
--- a/operation/ReportThread.h	Mon Apr 27 10:50:21 2015 +0000
+++ b/operation/ReportThread.h	Mon Apr 27 13:02:50 2015 +0000
@@ -7,7 +7,7 @@
 class ReportThread
 {
 public:
-        ReportThread(OperationPool& pool, MDMSerial& m) : ipool(pool), sock(m),
+        ReportThread(OperationPool& pool) : ipool(pool), sock(),
                 thread(ReportThread::threadWrapper, this) {
                 strncpy(uri, "/s", sizeof(uri));
         }