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:
91:423177e8a401
Parent:
82:ca7430f50b2b
Child:
93:0acd11870c6a
--- a/operation/OperationSupport.h	Mon Mar 16 12:12:04 2015 +0000
+++ b/operation/OperationSupport.h	Fri Mar 20 13:55:21 2015 +0000
@@ -41,7 +41,9 @@
     AbstractSmartRest& _client;
     OperationStore _store;
     OperationExecutor _executor;
-    Thread _thread1, _thread2, _thread3;
+    Thread _thread1;
+    Thread _thread2;
+    Thread _thread3;
 };
 
 extern CharValue aOperationStatePending;