Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
97:9f2de96941c4
Parent:
96:ea056f6be2e8
Child:
98:e369fc75c000
--- a/MbedAgent.h	Mon Apr 27 13:02:50 2015 +0000
+++ b/MbedAgent.h	Mon Apr 27 13:30:21 2015 +0000
@@ -5,7 +5,6 @@
 #include "SmartRest.h"
 #include "SmartRestTemplate.h"
 #include "DeviceInfo.h"
-#include "DeviceMemory.h"
 #include "DeviceBootstrap.h"
 #include "DeviceIntegration.h"
 #include "ConfigurationSynchronization.h"
@@ -22,7 +21,7 @@
 class MbedAgent
 {
 public:
-    MbedAgent(GPSI2C&, DeviceInfo&, DeviceMemory&);
+    MbedAgent(GPSI2C&, DeviceInfo&);
 
     bool init();
     int run();