Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
1:9a11a331e340
Parent:
0:099f76422485
Child:
2:45a6e44a4fb4
--- a/MbedClient.cpp	Thu Jul 03 20:38:04 2014 +0200
+++ b/MbedClient.cpp	Mon Jul 07 16:14:51 2014 +0200
@@ -83,7 +83,7 @@
     return CLIENT_OK;
 }
 
-uint8_t MbedClient::sendData(DataGenerator& generator)
+uint8_t MbedClient::sendData(const DataGenerator& generator)
 {
     size_t len; char lenstr[8];