FIX: fixed missing doxygen comment
This commit is contained in:
parent
b79a67b596
commit
2141eb0c61
@ -160,6 +160,14 @@
|
|||||||
*/
|
*/
|
||||||
Participant();
|
Participant();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Method to set the Manager object
|
||||||
|
*
|
||||||
|
* This method is in general only used by the EventManager::Manager!
|
||||||
|
* Only use this method if you really know what you are doing!
|
||||||
|
*
|
||||||
|
* @param manager - the manager to set
|
||||||
|
*/
|
||||||
void setManager(std::shared_ptr<EventManager::Manager> manager) { manager_=manager;_subscribe(EVENT_TYPE_SHUTDOWN);}
|
void setManager(std::shared_ptr<EventManager::Manager> manager) { manager_=manager;_subscribe(EVENT_TYPE_SHUTDOWN);}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user