Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
16:81f9e39914cf
Parent:
11:e1bee9a77652
Child:
17:b3a4b4bdfc59
--- a/MbedDataSource.h	Wed Feb 18 10:16:38 2015 +0000
+++ b/MbedDataSource.h	Tue Mar 03 14:51:54 2015 +0000
@@ -41,7 +41,7 @@
 {
 public:
     MbedDataSource(TCPSocketConnection& sock);
-    ~MbedDataSource();
+    virtual ~MbedDataSource();
 
     char read();
     uint8_t status();