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

Dependents:   MbedSmartRestMain MbedSmartRestMain

Revision:
5:2b74510900da
Parent:
4:059b8b90e0d9
Child:
11:e1bee9a77652
--- a/ParsedRecord.h	Wed Jul 09 15:37:19 2014 +0200
+++ b/ParsedRecord.h	Thu Jul 10 16:20:31 2014 +0200
@@ -75,11 +75,11 @@
 class ParsedRecord : public Record
 {
 public:
-    ParsedRecord(bool=false);
+    ParsedRecord(bool = false);
     ~ParsedRecord();
 
     size_t values() const;
-    const Value& value(size_t index) const;
+    const Value& value(size_t) const;
 
     ParsedRecord* copy() const;
 
@@ -88,7 +88,7 @@
      * @param index the index of the value
      * @return a pointer to the raw value
      */
-    const char * rawValue(size_t index) const;
+    const char * rawValue(size_t) const;
 
 protected:
     bool set(const char*, size_t);