summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/DevGuideExamples/Messenger/descriptors/Administrator.cid
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/examples/DevGuideExamples/Messenger/descriptors/Administrator.cid')
-rw-r--r--modules/CIAO/examples/DevGuideExamples/Messenger/descriptors/Administrator.cid34
1 files changed, 34 insertions, 0 deletions
diff --git a/modules/CIAO/examples/DevGuideExamples/Messenger/descriptors/Administrator.cid b/modules/CIAO/examples/DevGuideExamples/Messenger/descriptors/Administrator.cid
new file mode 100644
index 00000000000..af9e9a4c677
--- /dev/null
+++ b/modules/CIAO/examples/DevGuideExamples/Messenger/descriptors/Administrator.cid
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Deployment:ComponentImplementationDescription
+ xmlns:Deployment="http://www.omg.org/Deployment"
+ xmlns:xmi="http://www.omg.org/XMI"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.omg.org/Deployment Deployment.xsd">
+ <label>Administrator Implementation</label>
+ <implements href="Administrator.ccd"/>
+ <monolithicImpl>
+ <primaryArtifact>
+ <name>Administrator_Stub</name>
+ <referencedArtifact href="Administrator_Stub.iad"/>
+ </primaryArtifact>
+ <primaryArtifact>
+ <name>Administrator_Svnt</name>
+ <referencedArtifact href="Administrator_Svnt.iad"/>
+ </primaryArtifact>
+ <primaryArtifact>
+ <name>Administrator_Exec</name>
+ <referencedArtifact href="Administrator_Exec.iad"/>
+ </primaryArtifact>
+ </monolithicImpl>
+ <configProperty>
+ <name>ComponentIOR</name>
+ <value>
+ <type>
+ <kind>tk_string</kind>
+ </type>
+ <value>
+ <string>Administrator.ior</string>
+ </value>
+ </value>
+ </configProperty>
+</Deployment:ComponentImplementationDescription>