Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
16:81f9e39914cf
Parent:
14:56478403e340
Child:
17:b3a4b4bdfc59
--- a/MbedDataSink.h	Wed Feb 18 10:16:38 2015 +0000
+++ b/MbedDataSink.h	Tue Mar 03 14:51:54 2015 +0000
@@ -42,7 +42,7 @@
 {
 public:
     MbedDataSink(TCPSocketConnection& sock);
-    ~MbedDataSink();
+    virtual ~MbedDataSink();
     
     size_t write(char c);
     size_t write(void *buf, size_t length);