Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
23:0529d6779ab1
Parent:
20:505d29d5bdfc
--- a/MbedClient.h	Mon Apr 27 10:50:03 2015 +0000
+++ b/MbedClient.h	Mon Apr 27 13:02:37 2015 +0000
@@ -39,7 +39,7 @@
 
 class MbedClient : public AbstractClient {
 public:
-    MbedClient(MDMSerial&, uint8_t);
+    MbedClient(uint8_t);
     virtual ~MbedClient();
 
     virtual uint8_t beginRequest();
@@ -68,7 +68,6 @@
     MbedDataSource _source;
     MbedDataSink _sink;
     HTTPResponseFilter _filter;
-    MDMSerial& _mdm;
     char cachedIP[16];
     unsigned short cachedIPValid;
 };