Edits
[iotcloud.git] / version2 / src / C / Liveness.h
index ad56cb92cee61103f4748a4e83705684a807827e..1f92b999d4518e6bcaff0c4a0303493fefb904f1 100644 (file)
@@ -2,6 +2,10 @@
 #define LIVENESS_H
 
 class Liveness {
+       /**
+        * Returns a char encoding the type of the entry object.
+        */
+       virtual char getType() = 0;
 };
 
 #endif