mbed.org implementation of the abstract SmartREST library for the Cumulocity Platform SmartREST protocol.

Dependents:   MbedSmartRestMain MbedSmartRestMain

Revision:
3:aab51c468511
Parent:
0:099f76422485
Child:
6:cd7ba1ddb664
--- a/MbedSmartRest.h	Mon Jul 07 17:08:02 2014 +0200
+++ b/MbedSmartRest.h	Mon Jul 07 17:12:59 2014 +0200
@@ -35,7 +35,7 @@
 class MbedSmartRest : public SmartRest
 {
 public:
-    MbedSmartRest(const char*, uint16_t, const char*, const char*, const char*);
+    MbedSmartRest(const char*, uint16_t, const char*);
 
 private:
     MbedClient _client;