Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
109:b7a403dbceb6
Parent:
100:dbcd3bc51758
Child:
116:5de54f09f754
--- a/DeviceIntegration.cpp	Wed May 13 13:54:17 2015 +0000
+++ b/DeviceIntegration.cpp	Wed May 13 15:00:24 2015 +0000
@@ -8,11 +8,11 @@
 
 DeviceIntegration::DeviceIntegration(AbstractSmartRest& client, SmartRestTemplate& tpl,
     DeviceInfo& deviceInfo) :
+    _init(false),
     _tpl(tpl),
     _client(client),
     _deviceInfo(deviceInfo)
 {
-    _init = false;
 }
 
 bool DeviceIntegration::init()