mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 22:45:18 +00:00
[#1292] minor changes
This commit is contained in:
committed by
Francis Dupont
parent
864849be5f
commit
dec8595d2f
@@ -14,7 +14,7 @@ namespace test {
|
|||||||
|
|
||||||
/// @brief A RAII class which disables the multi threading on exit of scope.
|
/// @brief A RAII class which disables the multi threading on exit of scope.
|
||||||
///
|
///
|
||||||
/// Usually the multi threading is disabled by the fixture destructor ot
|
/// Usually the multi threading is disabled by the fixture destructor or
|
||||||
/// TearDown but of course this works only when a fixture class is used.
|
/// TearDown but of course this works only when a fixture class is used.
|
||||||
class MultiThreadingTest {
|
class MultiThreadingTest {
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user