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
Adam Osuchowski
Kea
Commits
3759773a
Commit
3759773a
authored
Dec 14, 2012
by
Stephen Morris
Browse files
[2526] Modified a couple of method header comments
parent
1ee4d989
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/option_definition.h
View file @
3759773a
...
...
@@ -50,21 +50,21 @@ typedef boost::shared_ptr<OptionDefinition> OptionDefinitionPtr;
/// @brief Forward declaration to OptionInt.
///
/// This forward declaration is needed to access OptionInt class
///
without
having to include option_int.h header
. This is
because
/// this header includes libdhcp++.h and
this causes circular
/// inclusion between libdhcp++.h, option_definition.h and
/// This forward declaration is needed to access
the
OptionInt class
without
/// having to include
the
option_int.h header
file. It is required
because
/// this header includes libdhcp++.h
,
and
including option_int.h would cause
///
circular
inclusion between libdhcp++.h, option_definition.h and
/// option6_int.h.
template
<
typename
T
>
class
OptionInt
;
/// @brief Forward declaration to OptionIntArray.
///
/// This forward declaration is needed to access OptionIntArray class
/// without having to include option_int_array.h header
. This is because
/// this header includes libdhcp++.h and
this causes circular
/// inclusion between libdhcp++.h,
option_definition.h and
/// option_int_array.h.
/// This forward declaration is needed to access
the
OptionIntArray class
/// without having to include
the
option_int_array.h header
file. It is
///
required because
this header includes libdhcp++.h
,
and
including
///
option_int_array.h would cause circular
inclusion between libdhcp++.h,
///
option_definition.h and
option_int_array.h.
template
<
typename
T
>
class
OptionIntArray
;
...
...
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