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
9771dfb0
Commit
9771dfb0
authored
Jul 05, 2012
by
Mukund Sivaraman
Browse files
[2053] Add comment that toText(bool) variant is a helper for Name::toText()
parent
398b2215
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/labelsequence.h
View file @
9771dfb0
...
...
@@ -150,6 +150,9 @@ private:
/// returned string ends with a dot '.' if
/// <code>omit_final_dot</code> is <code>false</code>.
///
/// This method is used as a helper for <code>Name::toText()</code>
/// only.
///
/// \param omit_final_dot whether to omit the trailing dot in the output.
/// \return a string representation of the <code>LabelSequence</code>.
std
::
string
toText
(
bool
omit_final_dot
)
const
;
...
...
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