Skip to content
Snippets Groups Projects
Commit a82d9c8c authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

rename time created

parent 371095a0
No related branches found
No related tags found
1 merge request!17Rename time created
......@@ -79,7 +79,7 @@ namespace armarx::view_selection::client
armem::EntityUpdate update;
update.entityID =
coreSegmentID.withProviderSegmentName(providerSegmentName).withEntityName(dto.name);
update.timeCreated = armarx::Clock::Now();
update.referencedTime = armarx::Clock::Now();
update.instancesData = {dto.toAron()};
memoryWriter.commit(update);
}
......
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