! * @brief Set next service. * * @param[in] next Pointer to next service. */
| 71 | * @param[in] next Pointer to next service. |
| 72 | */ |
| 73 | void setNext(Service *next) { m_next = next; } |
| 74 | |
| 75 | /*! |
| 76 | * @brief This function call function implementation of current service. |
no outgoing calls
no test coverage detected