Skip to content

Commit 94ac989

Browse files
forgot a file
1 parent 0ebaa7a commit 94ac989

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

matchers/matcher_fwd.hpp

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
/**************************************************************************************************/

0 commit comments

Comments
 (0)