/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 1.3.38
 *
 * Do not make changes to this file unless you know what you are doing--modify
 * the SWIG interface file instead.
 * ----------------------------------------------------------------------------- */

namespace BerkeleyDB.Internal {

internal enum db_recops {
  DB_TXN_ABORT = 0,
  DB_TXN_APPLY = 1,
  DB_TXN_BACKWARD_ROLL = 3,
  DB_TXN_FORWARD_ROLL = 4,
  DB_TXN_OPENFILES = 5,
  DB_TXN_POPENFILES = 6,
  DB_TXN_PRINT = 7
}

}