Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
116:5de54f09f754
Parent:
107:f1ee3e1eb126
--- a/MbedAgent.h	Mon May 18 09:29:12 2015 +0000
+++ b/MbedAgent.h	Wed May 20 09:55:49 2015 +0000
@@ -32,7 +32,7 @@
     void loop();
 
 private:
-    SmartRest _client;
+    SmartRest client;
     SmartRestTemplate tpl;
     DeviceBootstrap _bootstrap;
     DeviceIntegration _integration;