diff options
author | Razvan Becheriu <razvan@isc.org> | 2023-05-02 10:43:55 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2023-05-02 14:48:28 +0200 |
commit | 438fdf9607c57f3623385def3dc3cc248d0b28f8 (patch) | |
tree | 0729b2aadb1d3c7eec16aeaeefd394de0de4dbb1 /src/lib/process/d_controller.h | |
parent | [#2846] update version (diff) | |
download | kea-438fdf9607c57f3623385def3dc3cc248d0b28f8.tar.xz kea-438fdf9607c57f3623385def3dc3cc248d0b28f8.zip |
[#2798] remove COMMAND_SUCCESS, COMMAND_ERROR and COMMAND_INVALID
Diffstat (limited to 'src/lib/process/d_controller.h')
-rw-r--r-- | src/lib/process/d_controller.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/process/d_controller.h b/src/lib/process/d_controller.h index 1a1c6a6acf..3aabbaea5f 100644 --- a/src/lib/process/d_controller.h +++ b/src/lib/process/d_controller.h @@ -73,7 +73,6 @@ public: isc::Exception(file, line, what) { }; }; - /// @brief Defines a shared pointer to DControllerBase. class DControllerBase; typedef boost::shared_ptr<DControllerBase> DControllerBasePtr; @@ -491,7 +490,6 @@ protected: /// @throw VersionMessage if the -v, -V or -W arguments is given. void parseArgs(int argc, char* argv[]); - ///@brief Parse a given file into Elements /// /// This method provides a means for deriving classes to use alternate @@ -647,7 +645,7 @@ private: friend class DControllerTest; }; -} // namespace isc::process -} // namespace isc +} // namespace process +} // namespace isc #endif |