Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / lang / csharp / src / Internal / db_lockop_t.cs
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_lockop_t {
12   DB_LOCK_DUMP = 0,
13   DB_LOCK_GET = 1,
14   DB_LOCK_GET_TIMEOUT = 2,
15   DB_LOCK_INHERIT = 3,
16   DB_LOCK_PUT = 4,
17   DB_LOCK_PUT_ALL = 5,
18   DB_LOCK_PUT_OBJ = 6,
19   DB_LOCK_PUT_READ = 7,
20   DB_LOCK_TIMEOUT = 8,
21   DB_LOCK_TRADE = 9,
22   DB_LOCK_UPGRADE_WRITE = 10
23 }
24
25 }