Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
4:059b8b90e0d9
Parent:
0:099f76422485
Child:
5:2b74510900da
--- a/Record.h	Mon Jul 07 17:12:59 2014 +0200
+++ b/Record.h	Wed Jul 09 15:37:19 2014 +0200
@@ -57,6 +57,11 @@
     size_t writeTo(AbstractDataSink&) const;
     size_t writtenLength() const;
 
+    virtual Record* copy() const = 0;
+
+    /**
+     * Test if record contains any values.
+     */
     operator bool() const;
 };