Skip to content
Snippets Groups Projects

Add Names to Locations

Merged Rainer Kartmann requested to merge names into master
Files
9
@@ -44,12 +44,6 @@ namespace armarx::armem::client::util
}
}
std::mutex&
SimpleWriterBase::memoryWriterMutex()
{
return memoryMutex;
}
armem::client::Writer&
SimpleWriterBase::memoryWriter()
{
Loading