summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/DevGuideExamples/Messenger/descriptors/Administrator.cpd
blob: 972966462e696f94cb15b24090a33bf3b969171a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>