diff --git a/include/EventManager/Participant.hpp b/include/EventManager/Participant.hpp index 6869943..1d7c5a7 100644 --- a/include/EventManager/Participant.hpp +++ b/include/EventManager/Participant.hpp @@ -160,6 +160,14 @@ */ 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 manager) { manager_=manager;_subscribe(EVENT_TYPE_SHUTDOWN);} /**