void
D2Process::init() {
using namespace isc::config;
- // CommandMgr and HttpCommandMgr use IO service to run asynchronous socket operations.
+ // Command managers use IO service to run asynchronous socket operations.
CommandMgr::instance().setIOService(getIOService());
HttpCommandMgr::instance().setIOService(getIOService());
// TimerMgr uses IO service to run asynchronous timers.
TimerMgr::instance()->setIOService(getIOService());
- // CommandMgr and HttpCommandMgr use IO service to run asynchronous socket operations.
+ // Command managers use IO service to run asynchronous socket operations.
CommandMgr::instance().setIOService(getIOService());
HttpCommandMgr::instance().setIOService(getIOService());
// TimerMgr uses IO service to run asynchronous timers.
TimerMgr::instance()->setIOService(getIOService());
- // CommandMgr and HttpCommandMgr use IO service to run asynchronous socket operations.
+ // Command managers use IO service to run asynchronous socket operations.
CommandMgr::instance().setIOService(getIOService());
HttpCommandMgr::instance().setIOService(getIOService());