Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
aad83b6e
Commit
aad83b6e
authored
Jan 18, 2013
by
Stephen Morris
Browse files
[2559] Address review comments
parent
88d25efc
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/config_parser.cc
View file @
aad83b6e
...
...
@@ -38,9 +38,6 @@ using namespace isc::asiolink;
namespace
{
/// @brief auxiliary type used for storing element name and its parser
typedef
pair
<
string
,
ConstElementPtr
>
ConfigPair
;
/// @brief a factory method that will create a parser for a given element name
typedef
isc
::
dhcp
::
DhcpConfigParser
*
ParserFactory
(
const
std
::
string
&
config_id
);
...
...
src/bin/dhcp6/config_parser.cc
View file @
aad83b6e
...
...
@@ -47,9 +47,6 @@ using namespace isc::asiolink;
namespace
{
/// @brief Auxiliary type used for storing an element name and its parser.
typedef
pair
<
string
,
ConstElementPtr
>
ConfigPair
;
/// @brief Factory method that will create a parser for a given element name
typedef
isc
::
dhcp
::
DhcpConfigParser
*
ParserFactory
(
const
std
::
string
&
config_id
);
...
...
src/lib/dhcpsrv/tests/dbaccess_parser_unittest.cc
View file @
aad83b6e
...
...
@@ -177,6 +177,10 @@ public:
virtual
~
TestDbAccessParser
()
{}
/// Allow use of superclass's protected functions.
using
DbAccessParser
::
getDbAccessParameters
;
using
DbAccessParser
::
getDbAccessString
;
/// @brief Get database access parameters
///
/// Used in testing to check that the configuration information has been
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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