Start port
[iotcloud.git] / version2 / src / C / common.h
1 #ifndef COMMON_H
2 #define COMMON_H
3 #include <inttypes.h>
4
5 class Abort;
6 class Entry;
7 class Slot;
8 class ByteBuffer;
9 class Liveness;
10
11
12 #endif