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/Record.h	Wed Jul 09 15:37:19 2014 +0200
+++ b/Record.h	Thu Jul 10 16:20:31 2014 +0200
@@ -52,7 +52,7 @@
      * @param index the index of the value
      * @return a copy of a value object
      */
-    virtual const Value& value(size_t index) const = 0;
+    virtual const Value& value(size_t) const = 0;
 
     size_t writeTo(AbstractDataSink&) const;
     size_t writtenLength() const;