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
Sebastian Schrader
Kea
Commits
3f7c07ff
Commit
3f7c07ff
authored
Apr 09, 2013
by
Marcin Siodelski
Browse files
[991] Added virtual destructor to the base class.
parent
fdb64790
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/pkt_filter.h
View file @
3f7c07ff
...
...
@@ -42,6 +42,9 @@ class Iface;
class
PktFilter
{
public:
/// @brief Virtual Destructor
virtual
~
PktFilter
()
{
}
/// @brief Open socket.
///
/// @param iface interface descriptor
...
...
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