summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/Hello/descriptors/test1.cad
blob: 241a72210425d13c1d01422aaf54711a0dc14fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?> <!-- -*- SGML -*-  -->

<!-- This file must be pre-processed for final location based on $CIAO_ROOT -->
<!DOCTYPE componentassembly SYSTEM "../../../docs/XML/componentassembly.dtd">


<componentassembly id="componentized assembly">
  <componentfiles>

    <componentfile id="com-Sender">
      <fileinarchive name="Sender.csd"/>
    </componentfile>

  </componentfiles>

  <partitioning>

      <homeplacement id="a_SenderHome">
        <componentfileref idref="com-Sender"/>
	  <registercomponent>
            <writeiortofile name="sender.ior"/>
          </registercomponent>
        <componentinstantiation id="a_Sender"/>
      </homeplacement>

  </partitioning>

  <connections>

  </connections>

</componentassembly>