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:
99:e369fc75c000
Parent:
97:ea056f6be2e8
Child:
101:dbcd3bc51758
--- a/operation/PollThread.h	Mon Apr 27 13:30:21 2015 +0000
+++ b/operation/PollThread.h	Thu May 07 09:57:55 2015 +0000
@@ -9,7 +9,7 @@
 {
 public:
         PollThread(OperationPool& pool,
-                ConfigurationSynchronization& configSync):
+                ConfigSync& configSync):
                 sock(), parser(pool, configSync),
                 thread(PollThread::threadWrapper, this) {
                 strncpy(uri, "/devicecontrol/notifications", sizeof(uri));