mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[#3696] Fixed old typos
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
|||||||
/// @param cfg_mgr the configuration manager instance that handles
|
/// @param cfg_mgr the configuration manager instance that handles
|
||||||
/// configuration parsing.
|
/// configuration parsing.
|
||||||
///
|
///
|
||||||
/// @throw DProcessBaseError is io_service is NULL.
|
/// @throw DProcessBaseError if io_service is null.
|
||||||
DProcessBase(const char* app_name, asiolink::IOServicePtr io_service,
|
DProcessBase(const char* app_name, asiolink::IOServicePtr io_service,
|
||||||
DCfgMgrBasePtr cfg_mgr)
|
DCfgMgrBasePtr cfg_mgr)
|
||||||
: app_name_(app_name), io_service_(io_service), shut_down_flag_(false),
|
: app_name_(app_name), io_service_(io_service), shut_down_flag_(false),
|
||||||
|
@@ -109,7 +109,7 @@ public:
|
|||||||
/// @param io_service is the io_service used by the caller for
|
/// @param io_service is the io_service used by the caller for
|
||||||
/// asynchronous event handling.
|
/// asynchronous event handling.
|
||||||
///
|
///
|
||||||
/// @throw DProcessBaseError is io_service is NULL.
|
/// @throw DProcessBaseError if io_service is null.
|
||||||
DStubProcess(const char* name, asiolink::IOServicePtr io_service);
|
DStubProcess(const char* name, asiolink::IOServicePtr io_service);
|
||||||
|
|
||||||
/// @brief Invoked after process instantiation to perform initialization.
|
/// @brief Invoked after process instantiation to perform initialization.
|
||||||
@@ -237,7 +237,7 @@ protected:
|
|||||||
/// ftCreateProcessException OR ftCreateProcessNull.
|
/// ftCreateProcessException OR ftCreateProcessNull.
|
||||||
///
|
///
|
||||||
/// @return returns a pointer to the new process instance (DProcessBase*)
|
/// @return returns a pointer to the new process instance (DProcessBase*)
|
||||||
/// or NULL if SimFailure is set to ftCreateProcessNull.
|
/// or null if SimFailure is set to ftCreateProcessNull.
|
||||||
/// @throw throws std::runtime_error if SimFailure is set to
|
/// @throw throws std::runtime_error if SimFailure is set to
|
||||||
/// ftCreateProcessException.
|
/// ftCreateProcessException.
|
||||||
virtual DProcessBase* createProcess();
|
virtual DProcessBase* createProcess();
|
||||||
|
Reference in New Issue
Block a user