aboutsummaryrefslogtreecommitdiff
path: root/include/Permission.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Permission.hpp')
-rw-r--r--include/Permission.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/Permission.hpp b/include/Permission.hpp
new file mode 100644
index 0000000..a6a16c3
--- /dev/null
+++ b/include/Permission.hpp
@@ -0,0 +1,14 @@
+#pragma once
+
+#include "types.hpp"
+
+namespace odhtdb
+{
+ enum class Permission : u8
+ {
+ NONE,
+ READ,
+ WRITE,
+ READ_WRITE
+ };
+} \ No newline at end of file