Skip to content
Snippets Groups Projects
Commit 84a8420b authored by Christian Dreher's avatar Christian Dreher
Browse files

Merge branch 'master' into chore/to_realtime

parents c3443533 4ee508df
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,9 @@ namespace armarx::armem::client::util
def->optional(props.memoryName, prefix + "Memory");
def->optional(props.coreSegmentName, prefix + "CoreSegment");
def->required(props.providerName,
// TODO(fabian.reister): this might also be part of the subclass
// if the provider name has to be derived from e.g. the component name
def->optional(props.providerName,
prefix + "Provider",
"Name of this provider");
}
......
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