Skip to content
Snippets Groups Projects
Commit 359cc36f authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Move MemoryID.xml to armem/aron

parent a89a822c
No related branches found
No related tags found
No related merge requests found
......@@ -10,10 +10,6 @@ set(LIBS
aron
)
set(ARON_FILES
core/aron/MemoryID.xml
)
set(LIB_FILES
core/Commit.cpp
core/MemoryID.cpp
......@@ -152,8 +148,7 @@ armarx_enable_aron_file_generation_for_target(
TARGET_NAME
${LIB_NAME}
ARON_FILES
${ARON_FILES}
#ENABLE_DEBUG_INFO
aron/MemoryID.xml
)
......
<?xml version="1.0" encoding="UTF-8" ?>
<AronTypeDefinition>
<GenerateTypes>
<Object name='armarx::armem::arondto::MemoryID'>
<ObjectChild key='memoryName'>
<Object name="armarx::armem::arondto::MemoryID">
<ObjectChild key="memoryName">
<string />
</ObjectChild>
<ObjectChild key='coreSegmentName'>
<ObjectChild key="coreSegmentName">
<string />
</ObjectChild>
<ObjectChild key='providerSegmentName'>
<ObjectChild key="providerSegmentName">
<string />
</ObjectChild>
<ObjectChild key='entityName'>
<ObjectChild key="entityName">
<string />
</ObjectChild>
<ObjectChild key='timestamp'>
<ObjectChild key="timestamp">
<Time />
</ObjectChild>
<ObjectChild key='instanceIndex'>
<ObjectChild key="instanceIndex">
<int />
</ObjectChild>
</Object>
......
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