| 68 | *****************************************************************************/ |
| 69 | |
| 70 | bool TopicHandlerService::start() |
| 71 | { |
| 72 | startAllHandlers(); |
| 73 | |
| 74 | m_onChangeTimer.start(ON_CHANGE_PERIOD); |
| 75 | m_isStarted = true; |
| 76 | |
| 77 | LOG_INFO("Topic handler service started."); |
| 78 | |
| 79 | return true; |
| 80 | } |
| 81 | |
| 82 | void TopicHandlerService::stop() |
| 83 | { |