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

readd the createdTime member

parent e53f8714
No related branches found
No related tags found
2 merge requests!337Merge fabianpk dev branch,!331Readd time created
......@@ -23,6 +23,8 @@ namespace armarx::armem::base
struct EntityInstanceMetadata
{
/// Time when this value was created.
Time createdTime;
/// Time when this value is referenced to.
Time referencedTime;
/// Time when this value was sent to the memory.
Time sentTime;
......
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