File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ Copyright 2018 Adobe
3
+ All Rights Reserved.
4
+
5
+ NOTICE: Adobe permits you to use, modify, and distribute this file in
6
+ accordance with the terms of the Adobe license agreement accompanying
7
+ it. If you have received this file from a source other than Adobe,
8
+ then your use, modification, or distribution of it requires the prior
9
+ written permission of Adobe.
10
+ */
11
+
12
+ #pragma once
13
+
14
+ /* *************************************************************************************************/
15
+
16
+ namespace hyde {
17
+
18
+ /* *************************************************************************************************/
19
+
20
+ enum ToolAccessFilter {
21
+ ToolAccessFilterPublic,
22
+ ToolAccessFilterProtected,
23
+ ToolAccessFilterPrivate
24
+ };
25
+
26
+ /* *************************************************************************************************/
27
+
28
+ } // namespace hyde
29
+
30
+ /* *************************************************************************************************/
You can’t perform that action at this time.
0 commit comments