Skip to content
Snippets Groups Projects
Commit 625b9944 authored by Patrick Hegemann's avatar Patrick Hegemann
Browse files

Add hint to comment in the ListeningPluginUser header

parent 3f9c83de
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@ namespace armarx::armem::client::plugins
* topic (`MemoryListenerInterface`).
*
* Derive from this plugin user class to receive memory update events.
* If your class already inherits from an ice interface, your ice interface might need to inherit from the
* MemoryListenerInterface to avoid errors.
*/
class ListeningPluginUser :
virtual public PluginUser,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment