2
0
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:
Razvan Becheriu
2020-05-15 18:09:45 +03:00
parent 5963571879
commit 96583fe0e4

View File

@@ -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