Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
19:81dfc04ce0bb
Parent:
17:b3a4b4bdfc59
--- a/MbedDataSource.h	Fri Mar 06 10:37:09 2015 +0000
+++ b/MbedDataSource.h	Fri Mar 20 14:26:52 2015 +0000
@@ -43,8 +43,8 @@
     MbedDataSource(TCPSocketConnection& sock);
     virtual ~MbedDataSource();
 
-    char read();
-    uint8_t status();
+    virtual char read();
+    virtual uint8_t status();
 
 protected:
     void setTimeout(size_t);