Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
99:47ea098f8a47
Parent:
55:a0f7295ed6b6
Child:
116:5de54f09f754
--- a/DeviceIntegration.h	Thu May 07 09:57:55 2015 +0000
+++ b/DeviceIntegration.h	Thu May 07 13:56:19 2015 +0000
@@ -8,7 +8,7 @@
 class DeviceIntegration
 {
 public:
-    DeviceIntegration(AbstractSmartRest&, SmartRestTemplate&, long&, DeviceInfo&);
+    DeviceIntegration(AbstractSmartRest&, SmartRestTemplate&, DeviceInfo&);
     
     bool init();
     bool integrate();
@@ -21,7 +21,6 @@
 
 private:
     bool _init;
-    long& _deviceId;
     SmartRestTemplate& _tpl;
     AbstractSmartRest& _client;
     DeviceInfo& _deviceInfo;