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
ISC Open Source Projects
Kea
Commits
5735b337
Commit
5735b337
authored
Oct 16, 2012
by
Jelte Jansen
Browse files
[2349] document member in test class
parent
b57f65e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/resolve/tests/recursive_query_unittest_2.cc
View file @
5735b337
...
...
@@ -149,7 +149,10 @@ public:
OutputBufferPtr
udp_send_buffer_
;
///< Send buffer for UDP I/O
udp
::
socket
udp_socket_
;
///< Socket used by UDP server
/// TODO: doc
/// Some of the tests cause an 'active' running query to be created, but
/// don't complete the framework that makes that query delete itself.
/// This member can be used to store it so that it is deleted automatically
/// when the test is finished.
AbstractRunningQuery
*
running_query_
;
/// \brief Constructor
...
...
src/lib/resolve/tests/recursive_query_unittest_3.cc
View file @
5735b337
...
...
@@ -132,7 +132,10 @@ public:
OutputBufferPtr
udp_send_buffer_
;
///< Send buffer for UDP I/O
udp
::
socket
udp_socket_
;
///< Socket used by UDP server
/// TODO
/// Some of the tests cause an 'active' running query to be created, but
/// don't complete the framework that makes that query delete itself.
/// This member can be used to store it so that it is deleted automatically
/// when the test is finished.
AbstractRunningQuery
*
running_query_
;
/// \brief Constructor
...
...
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