mbed.org implementation of the abstract SmartREST library for the Cumulocity Platform SmartREST protocol.

Dependents:   MbedSmartRestMain MbedSmartRestMain

Revision:
4:059b8b90e0d9
Parent:
2:45a6e44a4fb4
Child:
5:2b74510900da
--- a/SmartRest.cpp	Mon Jul 07 17:12:59 2014 +0200
+++ b/SmartRest.cpp	Wed Jul 09 15:37:19 2014 +0200
@@ -80,7 +80,7 @@
     return SMARTREST_INTERNAL_ERROR;
 }
 
-uint8_t SmartRest::bootstrap(DataGenerator& generator)
+uint8_t SmartRest::bootstrap(const DataGenerator& generator)
 {
     ParsedRecord record;
     int8_t ret;