Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
1:9a11a331e340
Parent:
0:099f76422485
Child:
2:45a6e44a4fb4
diff -r 099f76422485 -r 9a11a331e340 MbedClient.h
--- a/MbedClient.h	Thu Jul 03 20:38:04 2014 +0200
+++ b/MbedClient.h	Mon Jul 07 16:14:51 2014 +0200
@@ -51,7 +51,7 @@
 
     uint8_t beginRequest();
     uint8_t sendIdentifier(const char*);
-    uint8_t sendData(DataGenerator& generator);
+    uint8_t sendData(const DataGenerator& generator);
     uint8_t endRequest();
     uint8_t awaitResponse();
     AbstractDataSource& receiveData();