]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - frsh_api/tests/trans_nego.h
Start of transaction implementation and tests
[frescor/frsh.git] / frsh_api / tests / trans_nego.h
1 #ifndef TRANS_NEGO_H
2 #define TRANS_NEGO_H
3
4 enum {
5         TEST_CONTRACT_1 = 0,
6         TEST_CONTRACT_2 = 1,
7         TEST_CONTRACT_3 = 2,
8 };
9
10 #endif