Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
16:81f9e39914cf
Parent:
11:e1bee9a77652
Child:
17:b3a4b4bdfc59
--- a/MbedClient.h	Wed Feb 18 10:16:38 2015 +0000
+++ b/MbedClient.h	Tue Mar 03 14:51:54 2015 +0000
@@ -42,7 +42,7 @@
 class MbedClient : public AbstractClient {
 public:
     MbedClient(const char*, uint16_t, uint8_t);
-    ~MbedClient();
+    virtual ~MbedClient();
 
     uint8_t setAuthorization(const char*, const char*);
     uint8_t beginRequest();