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
e705d6e6
Commit
e705d6e6
authored
Dec 05, 2019
by
Razvan Becheriu
Browse files
[
#1044
] fixed doxygen
parent
17df429a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/pgsql_lease_mgr.h
View file @
e705d6e6
...
...
@@ -694,7 +694,7 @@ private:
/// @param ctx Context
/// @param stindex Index of statement being executed
/// @param bind_array 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.
///
...
...
@@ -718,7 +718,7 @@ private:
/// @param ctx Context
/// @param stindex Index of statement being executed
/// @param bind_array 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.
...
...
@@ -742,7 +742,7 @@ private:
/// @param ctx Context
/// @param stindex Index of statement being executed
/// @param bind_array array for input parameters
/// @param
lease
Lease4 object returned
/// @param
result
Lease4 object returned
void
getLease
(
PgSqlLeaseContextPtr
ctx
,
StatementIndex
stindex
,
db
::
PsqlBindArray
&
bind_array
,
...
...
@@ -750,14 +750,14 @@ private:
/// @brief Get Lease6 Common Code
///
/// This method performs the common actions for the various getLease
4
()
/// This method performs the common actions for the various getLease
6
()
/// methods. It acts as an interface to the getLeaseCollection() method,
/// but retrieving only a single lease.
///
/// @param ctx Context
/// @param stindex Index of statement being executed
/// @param bind_array array for input parameters
/// @param
lease
Lease6 object returned
/// @param
result
Lease6 object returned
void
getLease
(
PgSqlLeaseContextPtr
ctx
,
StatementIndex
stindex
,
db
::
PsqlBindArray
&
bind_array
,
...
...
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