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
31b4c8a7
Commit
31b4c8a7
authored
Nov 28, 2012
by
Marcin Siodelski
Browse files
[2365] Added todo comments for added functions.
parent
0c58aace
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/option.h
View file @
31b4c8a7
...
...
@@ -320,6 +320,11 @@ protected:
/// derived classes that override pack.
///
/// @param [out] buf output buffer.
///
/// @todo The set of exceptions thrown by this function depend on
/// exceptions thrown by pack methods invoked on objects
/// representing sub options. We should consider whether to aggregate
/// those into one exception which can be documented here.
void
packOptions
(
isc
::
util
::
OutputBuffer
&
buf
);
/// @brief Builds a collection of sub options from the buffer.
...
...
@@ -329,6 +334,11 @@ protected:
/// different exceptions when option assembly fails.
///
/// @param buf buffer to be parsed.
///
/// @todo The set of exceptions thrown by this function depend on
/// exceptions thrown by unpack methods invoked on objects
/// representing sub options. We should consider whether to aggregate
/// those into one exception which can be documented here.
void
unpackOptions
(
const
OptionBuffer
&
buf
);
/// @brief A private method used for option correctness.
...
...
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