Edits
[iotcloud.git] / version2 / src / C / Liveness.h
1 #ifndef LIVENESS_H
2 #define LIVENESS_H
3
4 class Liveness {
5         /**
6          * Returns a char encoding the type of the entry object.
7          */
8         virtual char getType() = 0;
9 };
10
11 #endif