Skip to content
Snippets Groups Projects
Commit 915fcf42 authored by armar-user's avatar armar-user
Browse files

allow simple readers to set properties (useful if used in a non-component context)

parent fa95b90e
No related branches found
No related tags found
1 merge request!369Updates/a6u1/2023 07 26
......@@ -54,6 +54,10 @@ namespace armarx::armem::client::util
virtual void connect();
const Properties& properties() const;
void setProperties(const Properties& p)
{
props = p;
}
protected:
......
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