Xinlei Cao / MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
20:505d29d5bdfc
Parent:
17:b3a4b4bdfc59
Child:
21:207549b3711e
--- a/MbedSmartRest.cpp	Fri Mar 20 14:26:52 2015 +0000
+++ b/MbedSmartRest.cpp	Mon Apr 13 14:24:44 2015 +0000
@@ -28,8 +28,8 @@
 
  #include "MbedSmartRest.h"
 
-MbedSmartRest::MbedSmartRest(const char* host, uint16_t port, const char* identifier, MDMSerial& mdm, uint8_t tries) :
-    SmartRest(_client, identifier),
-    _client(host, port, mdm, tries)
+MbedSmartRest::MbedSmartRest(MDMSerial& mdm, uint8_t tries) :
+    SmartRest(_client),
+    _client(mdm, tries)
 {
 }