Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
5e11e25c
Commit
5e11e25c
authored
Dec 05, 2019
by
Francis Dupont
Browse files
[
#1044
] New doxygen fixes
parent
cdebf9ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/mysql_lease_mgr.h
View file @
5e11e25c
...
...
@@ -719,7 +719,7 @@ private:
/// @param ctx Context
/// @param stindex Index of statement being executed
/// @param bind MYSQL_BIND array for input parameters
/// @param
lease
LeaseCollection object returned. Note that any leases in
/// @param
result
LeaseCollection object returned. Note that any leases in
/// the collection when this method is called are not erased: the
/// new data is appended to the end.
///
...
...
@@ -743,7 +743,7 @@ private:
/// @param ctx Context
/// @param stindex Index of statement being executed
/// @param bind MYSQL_BIND array for input parameters
/// @param
lease
LeaseCollection object returned. Note that any existing
/// @param
result
LeaseCollection object returned. Note that any existing
/// data in the collection is erased first.
///
/// @throw isc::dhcp::BadValue Data retrieved from the database was invalid.
...
...
@@ -767,7 +767,7 @@ private:
/// @param ctx Context
/// @param stindex Index of statement being executed
/// @param bind MYSQL_BIND array for input parameters
/// @param
lease
Lease4 object returned
/// @param
result
Lease4 object returned
void
getLease
(
MySqlLeaseContextPtr
ctx
,
StatementIndex
stindex
,
MYSQL_BIND
*
bind
,
...
...
@@ -782,7 +782,7 @@ private:
/// @param ctx Context
/// @param stindex Index of statement being executed
/// @param bind MYSQL_BIND array for input parameters
/// @param
lease
Lease6 object returned
/// @param
result
Lease6 object returned
void
getLease
(
MySqlLeaseContextPtr
ctx
,
StatementIndex
stindex
,
MYSQL_BIND
*
bind
,
...
...
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