Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
445
Issues
445
List
Boards
Labels
Service Desk
Milestones
Merge Requests
71
Merge Requests
71
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
1fa69473
Commit
1fa69473
authored
Jan 07, 2013
by
Mukund Sivaraman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[2432] Fix use of \return (use singular form)
parent
3baea8cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/lib/dns/rrset_collection.h
src/lib/dns/rrset_collection.h
+2
-2
src/lib/dns/rrset_collection_base.h
src/lib/dns/rrset_collection_base.h
+2
-2
No files found.
src/lib/dns/rrset_collection.h
View file @
1fa69473
...
...
@@ -88,7 +88,7 @@ public:
/// RRset(s) matching the \c name, \c rrclass and \c rrtype are
/// removed from the collection.
///
/// \return
s
\c true if a matching RRset was deleted, \c false if no
/// \return \c true if a matching RRset was deleted, \c false if no
/// such RRset exists.
bool
removeRRset
(
const
isc
::
dns
::
Name
&
name
,
const
isc
::
dns
::
RRClass
&
rrclass
,
...
...
@@ -103,7 +103,7 @@ public:
/// \param name The name of the RRset to search for.
/// \param rrclass The class of the RRset to search for.
/// \param rrtype The type of the RRset to search for.
/// \return
s
The RRset if found, \c NULL otherwise.
/// \return The RRset if found, \c NULL otherwise.
virtual
isc
::
dns
::
ConstRRsetPtr
find
(
const
isc
::
dns
::
Name
&
name
,
const
isc
::
dns
::
RRClass
&
rrclass
,
const
isc
::
dns
::
RRType
&
rrtype
)
const
;
...
...
src/lib/dns/rrset_collection_base.h
View file @
1fa69473
...
...
@@ -47,7 +47,7 @@ public:
/// \param name The name of the RRset to search for.
/// \param rrtype The type of the RRset to search for.
/// \param rrclass The class of the RRset to search for.
/// \return
s
The RRset if found, \c NULL otherwise.
/// \return The RRset if found, \c NULL otherwise.
virtual
isc
::
dns
::
ConstRRsetPtr
find
(
const
isc
::
dns
::
Name
&
name
,
const
isc
::
dns
::
RRClass
&
rrclass
,
const
isc
::
dns
::
RRType
&
rrtype
)
...
...
@@ -88,7 +88,7 @@ protected:
/// method must return \c false.
///
/// \param other The other iterator to compare against.
/// \return
s
\c true if equal, \c false otherwise.
/// \return \c true if equal, \c false otherwise.
virtual
bool
equals
(
Iter
&
other
)
=
0
;
};
...
...
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