summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/DevGuideExamples/Messenger/descriptors/Messenger.cpd
blob: ee624b9bce54faa3d19c6c9a074c748cf5ef462a (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>Messenger Component</label>
  <realizes href="Messenger.ccd"/>
  <implementation>
    <name>MessengerImpl</name>
    <referencedImplementation href="Messenger.cid"/>
  </implementation>

</Deployment:ComponentPackageDescription>