summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/DevGuideExamples/Messenger/descriptors/Administrator.cpd
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/examples/DevGuideExamples/Messenger/descriptors/Administrator.cpd')
-rw-r--r--modules/CIAO/examples/DevGuideExamples/Messenger/descriptors/Administrator.cpd15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/CIAO/examples/DevGuideExamples/Messenger/descriptors/Administrator.cpd b/modules/CIAO/examples/DevGuideExamples/Messenger/descriptors/Administrator.cpd
new file mode 100644
index 00000000000..972966462e6
--- /dev/null
+++ b/modules/CIAO/examples/DevGuideExamples/Messenger/descriptors/Administrator.cpd
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Deployment:ComponentPackageDescription
+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 Component</label>
+ <realizes href="Administrator.ccd"/>
+ <implementation>
+ <name>AdministratorImpl</name>
+ <referencedImplementation href="Administrator.cid"/>
+ </implementation>
+
+</Deployment:ComponentPackageDescription>