Skip to content
Snippets Groups Projects

Rename time created

Merged Fabian Tërnava requested to merge armem/rename-time-created into master
9 files
+ 22
22
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -255,7 +255,7 @@ namespace armarx::navigation::components::graph_import_export
armem::EntityUpdate& update = commit.add();
update.entityID = getLocationProviderSegmentID().withEntityName(name);
update.timeCreated = time;
update.referencedTime = time;
update.instancesData = {data.toAron()};
}
}
@@ -312,7 +312,7 @@ namespace armarx::navigation::components::graph_import_export
const armem::Time time = armem::Time::Now();
armem::EntityUpdate update;
update.entityID = getGraphProviderSegmentID().withEntityName(sceneName);
update.timeCreated = time;
update.referencedTime = time;
update.instancesData = {aron.toAron()};
if (not tab.dryRun.getValue())
Loading