Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
107:f1ee3e1eb126
Parent:
105:c61f0d62b625
--- a/operation/PollThread.h	Wed May 13 12:12:55 2015 +0000
+++ b/operation/PollThread.h	Wed May 13 13:03:20 2015 +0000
@@ -8,9 +8,7 @@
 class PollThread
 {
 public:
-        PollThread(OperationPool& pool,
-                ConfigSync& configSync):
-                sock(), parser(pool, configSync),
+        PollThread(OperationPool& pool): sock(), parser(pool),
                 thread(PollThread::threadWrapper, this) {
                 strncpy(uri, "/devicecontrol/notifications", sizeof(uri));
         }