Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: LocationUpdate.cpp
- 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),

Cumulocity