Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
Kea
Commits
bdb8039c
Commit
bdb8039c
authored
Nov 09, 2012
by
Marcin Siodelski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[2342] Minor: typos fixed.
parent
1cee186c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/lib/dhcp/lease_mgr.h
src/lib/dhcp/lease_mgr.h
+3
-3
No files found.
src/lib/dhcp/lease_mgr.h
View file @
bdb8039c
...
...
@@ -481,9 +481,9 @@ public:
/// If no such lease is present, an exception will be thrown.
virtual
void
updateLease4
(
const
Lease4Ptr
&
lease4
)
=
0
;
/// @brief Updates IPv
4
lease.
/// @brief Updates IPv
6
lease.
///
/// @param lease
4
The lease to be updated.
/// @param lease
6
The lease to be updated.
virtual
void
updateLease6
(
const
Lease6Ptr
&
lease6
)
=
0
;
/// @brief Deletes a lease.
...
...
@@ -495,7 +495,7 @@ public:
/// @brief Deletes a lease.
///
/// @param addr IPv
4
address of the lease to be deleted.
/// @param addr IPv
6
address of the lease to be deleted.
///
/// @return true if deletion was successful, false if no such lease exists
virtual
bool
deleteLease6
(
const
isc
::
asiolink
::
IOAddress
&
addr
)
=
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