Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
7:8159a2d12e4e
Parent:
6:cd7ba1ddb664
Child:
11:e1bee9a77652
--- a/AbstractSmartRest.h	Mon Jul 28 12:11:02 2014 +0200
+++ b/AbstractSmartRest.h	Wed Oct 22 16:17:22 2014 +0200
@@ -136,6 +136,12 @@
      */
     virtual void stop() = 0;
 #endif
+
+    /*
+     * Retrieves the template identifier.
+     * @return template identifier
+     */
+    virtual const char * getIdentifier() = 0;
 };
 
 #endif