Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Files at this revision

API Documentation at this revision

Comitter:
Cumulocity
Date:
Mon Jul 07 17:12:59 2014 +0200
Parent:
2:45a6e44a4fb4
Child:
4:059b8b90e0d9
Commit message:
Updated from revision 1ebcc6575aaf

Changed in this revision

MbedSmartRest.h Show annotated file Show diff for this revision Revisions of this file
--- 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;