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
9ea3182d
Commit
9ea3182d
authored
Dec 06, 2012
by
JINMEI Tatuya
Browse files
[2377] style fix: added a blank line between method defs for readability.
parent
fd7f3a84
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/master_loader.h
View file @
9ea3182d
...
...
@@ -39,6 +39,7 @@ public:
DEFAULT
=
0
,
///< Nothing special.
MANY_ERRORS
=
1
///< Lenient mode.
};
/// \brief Constructor
///
/// This creates a master loader and provides it with all
...
...
@@ -69,6 +70,7 @@ public:
const
MasterLoaderCallbacks
&
callbacks
,
const
AddRRCallback
&
add_callback
,
Options
options
=
DEFAULT
);
/// \brief Destructor
~
MasterLoader
();
...
...
@@ -84,6 +86,7 @@ public:
/// \throw isc::InvalidOperation when called after loading was done
/// already.
bool
loadIncremental
(
size_t
count_limit
);
/// \brief Load everything
///
/// This simply calls loadIncremental until the loading is done.
...
...
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