mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[#1127] addressed review
This commit is contained in:
@@ -485,15 +485,21 @@ private:
|
|||||||
|
|
||||||
/// @brief Initialization to No Libraries
|
/// @brief Initialization to No Libraries
|
||||||
///
|
///
|
||||||
/// Initializes the hooks manager with an "empty set" of libraries.
|
/// Initializes the hooks manager with an empty set of libraries.
|
||||||
void init();
|
void init();
|
||||||
|
|
||||||
// Members
|
// Members
|
||||||
|
|
||||||
/// Set of library managers.
|
/// Set of library managers.
|
||||||
|
///
|
||||||
|
/// @node: This should always be initialized using @ref init or
|
||||||
|
/// @ref loadLibraries.
|
||||||
boost::shared_ptr<LibraryManagerCollection> lm_collection_;
|
boost::shared_ptr<LibraryManagerCollection> lm_collection_;
|
||||||
|
|
||||||
/// Callout manager for the set of library managers.
|
/// Callout manager for the set of library managers.
|
||||||
|
///
|
||||||
|
/// @node: This should always be initialized using @ref init or
|
||||||
|
/// @ref loadLibraries.
|
||||||
boost::shared_ptr<CalloutManager> callout_manager_;
|
boost::shared_ptr<CalloutManager> callout_manager_;
|
||||||
|
|
||||||
/// Test flag to keep @ref callout_manager_ when calling @ref loadLibraries
|
/// Test flag to keep @ref callout_manager_ when calling @ref loadLibraries
|
||||||
|
Reference in New Issue
Block a user