Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
10:97077cfa13fc
Parent:
7:8159a2d12e4e
Child:
11:e1bee9a77652
--- a/SmartRest.h	Thu Oct 23 13:23:43 2014 +0200
+++ b/SmartRest.h	Thu Oct 23 14:41:58 2014 +0200
@@ -66,6 +66,7 @@
     uint8_t receive(ParsedRecord&);
     void stop();
 #endif
+    const char * getIdentifier();
 
 protected:
 #ifdef SMARTREST_TRANSACTIONAL
@@ -73,7 +74,6 @@
     uint8_t receive(ParsedRecord&);
     void stop();
 #endif
-    const char * getIdentifier();
     uint8_t beginRequest(const char*);
     uint8_t awaitResponse();
     bool setMoGid(ParsedRecord&);