Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
19:81dfc04ce0bb
Parent:
16:81f9e39914cf
--- a/Aggregator.h	Fri Mar 06 10:37:09 2015 +0000
+++ b/Aggregator.h	Fri Mar 20 14:26:52 2015 +0000
@@ -145,9 +145,9 @@
 		 */
 		bool managed() const;
 
-		size_t writeTo(AbstractDataSink&) const;
-		size_t writtenLength() const;
-		Aggregator* copy() const;
+		virtual size_t writeTo(AbstractDataSink&) const;
+		virtual size_t writtenLength() const;
+		virtual Aggregator* copy() const;
 
 	private:
 #ifdef SMARTREST_AGGREGATOR_FIXED_SIZE