Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
c13544e6
Commit
c13544e6
authored
Jun 10, 2011
by
Michal 'vorner' Vaner
Browse files
[trac977] Protected constructor
parent
4ab86cf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/acl/check.h
View file @
c13544e6
...
...
@@ -44,6 +44,11 @@ namespace acl {
* (eg. the packet, information where it came from, to what port, ...).
*/
template
<
typename
Context
>
class
Check
{
protected:
/// \brief Constructor.
///
/// Just to make sure this thing is not directly instantiated.
Check
()
{
}
public:
/**
* \brief The check itself.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment