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:
55:a0f7295ed6b6
Parent:
49:ac0ba9d54ebc
--- a/LocationUpdate.cpp	Wed Sep 03 14:36:55 2014 +0000
+++ b/LocationUpdate.cpp	Thu Oct 23 12:50:07 2014 +0000
@@ -5,7 +5,7 @@
 #include "IntegerValue.h"
 #include "FloatValue.h"
 
-LocationUpdate::LocationUpdate(SmartRest& client, SmartRestTemplate& tpl, long& deviceId, GPSTracker& gpsTracker) :
+LocationUpdate::LocationUpdate(AbstractSmartRest& client, SmartRestTemplate& tpl, long& deviceId, GPSTracker& gpsTracker) :
     _client(client),
     _tpl(tpl),
     _deviceId(deviceId),