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.cpp	Mon Apr 27 13:02:50 2015 +0000
+++ b/MbedAgent.cpp	Mon Apr 27 13:30:21 2015 +0000
@@ -4,13 +4,12 @@
 #include "logging.h"
 #include "watchdog.h"
 
-MbedAgent::MbedAgent(GPSI2C& gps, DeviceInfo& deviceInfo,
-    DeviceMemory& deviceMemory) :
+MbedAgent::MbedAgent(GPSI2C& gps, DeviceInfo& deviceInfo):
     _deviceId(0),
     _client(),
-    _bootstrap(_client, deviceInfo, deviceMemory),
+    _bootstrap(_client, deviceInfo),
     _integration(_client, _tpl, _deviceId, deviceInfo),
-    _configurationSynchronization(_client, _tpl, _deviceId, deviceMemory),
+    _configurationSynchronization(_client, _tpl, _deviceId),
     _signalQualityMeasurement(_client, _tpl, _deviceId, deviceInfo),
     _temperatureMeasurement(_client, _tpl, _deviceId, deviceInfo),
     _accelerationMeasurement(_client, _tpl, _deviceId, deviceInfo),