1 /* ----------------------------------------------------------------------------
2  * This file was automatically generated by SWIG (http://www.swig.org).
3  * Version 2.0.4
4  *
5  * Do not make changes to this file unless you know what you are doing--modify
6  * the SWIG interface file instead.
7  * ----------------------------------------------------------------------------- */
8 
9 namespace BerkeleyDB.Internal {
10 
11 internal enum db_recops {
12   DB_TXN_ABORT = 0,
13   DB_TXN_APPLY = 1,
14   DB_TXN_BACKWARD_ROLL = 3,
15   DB_TXN_FORWARD_ROLL = 4,
16   DB_TXN_OPENFILES = 5,
17   DB_TXN_POPENFILES = 6,
18   DB_TXN_PRINT = 7
19 }
20 
21 }
22