-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ebaa7a
commit 94ac989
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/* | ||
Copyright 2018 Adobe | ||
All Rights Reserved. | ||
NOTICE: Adobe permits you to use, modify, and distribute this file in | ||
accordance with the terms of the Adobe license agreement accompanying | ||
it. If you have received this file from a source other than Adobe, | ||
then your use, modification, or distribution of it requires the prior | ||
written permission of Adobe. | ||
*/ | ||
|
||
#pragma once | ||
|
||
/**************************************************************************************************/ | ||
|
||
namespace hyde { | ||
|
||
/**************************************************************************************************/ | ||
|
||
enum ToolAccessFilter { | ||
ToolAccessFilterPublic, | ||
ToolAccessFilterProtected, | ||
ToolAccessFilterPrivate | ||
}; | ||
|
||
/**************************************************************************************************/ | ||
|
||
} // namespace hyde | ||
|
||
/**************************************************************************************************/ |