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:
117:5de54f09f754
Parent:
110:b7a403dbceb6
Child:
119:1b6c7d06d933
--- a/DeviceIntegration.cpp	Mon May 18 09:29:12 2015 +0000
+++ b/DeviceIntegration.cpp	Wed May 20 09:55:49 2015 +0000
@@ -6,15 +6,6 @@
 #include "SmartRestConf.h"
 #include "logging.h"
 
-DeviceIntegration::DeviceIntegration(AbstractSmartRest& client, SmartRestTemplate& tpl,
-    DeviceInfo& deviceInfo) :
-    _init(false),
-    _tpl(tpl),
-    _client(client),
-    _deviceInfo(deviceInfo)
-{
-}
-
 bool DeviceIntegration::init()
 {
     if (_init)