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
Sebastian Schrader
Kea
Commits
bb4d313b
Commit
bb4d313b
authored
Nov 11, 2015
by
Francis Dupont
Browse files
[4095] spelling & co
parent
53754baa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/client_class_def.h
View file @
bb4d313b
...
...
@@ -30,7 +30,7 @@
/// logical expression used to identify members of the class, and options
/// that may be attributed to class members.
///
/// In addition it defines a continer class, ClientClassDictionary, which
/// In addition it defines a cont
a
iner class, ClientClassDictionary, which
/// is houses class definitions keyed by class name.
///
namespace
isc
{
...
...
@@ -90,7 +90,7 @@ class ClientClassDef {
OptionPtr
findOption
(
uint16_t
option_code
)
const
;
/// @brief Provides a convenient text representation of the class
friend
std
::
ostream
&
operator
<<
(
std
::
ostream
&
os
,
const
ClientClassDef
&
x
);
friend
std
::
ostream
&
operator
<<
(
std
::
ostream
&
os
,
const
ClientClassDef
&
x
);
private:
/// @brief Unique text identifier by which this class is known.
...
...
@@ -108,13 +108,13 @@ class ClientClassDef {
/// @brief a pointer to an ClientClassDef
typedef
boost
::
shared_ptr
<
ClientClassDef
>
ClientClassDefPtr
;
/// @brief Defines a map of ClientClassDef
e
s, keyed by the class name.
/// @brief Defines a map of ClientClassDef
'
s, keyed by the class name.
typedef
std
::
map
<
std
::
string
,
ClientClassDefPtr
>
ClientClassDefMap
;
/// @brief Defines a pointer to a ClientClassDictionary
typedef
boost
::
shared_ptr
<
ClientClassDefMap
>
ClientClassDefMapPtr
;
/// @brief Maintains a list of ClientClassDef
e
s
/// @brief Maintains a list of ClientClassDef
'
s
class
ClientClassDictionary
{
public:
...
...
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