diff options
Diffstat (limited to 'src/lib/config/base_command_mgr.h')
-rw-r--r-- | src/lib/config/base_command_mgr.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/lib/config/base_command_mgr.h b/src/lib/config/base_command_mgr.h index 499dcdf744..97321a5387 100644 --- a/src/lib/config/base_command_mgr.h +++ b/src/lib/config/base_command_mgr.h @@ -118,27 +118,6 @@ public: protected: - /// @brief Combines lists of commands carried in two responses. - /// - /// This method is used to combine list of commands returned by the - /// hook library with the commands supported by the local Command - /// Manager. This method should also be used within the hook library - /// to combine commands supported by this hook library with the - /// commands returned by other hook libraries attached to the server - /// at the same time. - /// - /// If the same command appears in two responses only a single - /// instance is returned in the combined response. - /// - /// @param response1 First command response. - /// @param response2 Second command response. - /// - /// @return Pointer to the 'list-commands' response holding combined - /// list of commands. - isc::data::ConstElementPtr - combineCommandsLists(const isc::data::ConstElementPtr& response1, - const isc::data::ConstElementPtr& response2) const; - /// @brief Handles the command having a given name and arguments. /// /// This method can be overridden in the derived classes to provide |