summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/basic-remote.cad
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/basic-remote.cad')
-rw-r--r--TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/basic-remote.cad55
1 files changed, 0 insertions, 55 deletions
diff --git a/TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/basic-remote.cad b/TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/basic-remote.cad
deleted file mode 100644
index da0abf2387b..00000000000
--- a/TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/basic-remote.cad
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0"?> <!-- -*- SGML -*- -->
-
-<!-- If this file is moved to a different directory, make sure to change the
- path to the DTD below. Otherwise the examples won't work. -->
-<!DOCTYPE componentassembly SYSTEM "../../../../docs/XML/componentassembly.dtd">
-
-<componentassembly id="A basic remote assembly for baseline performance of RTCCM Priority components.">
- <componentfiles>
- <componentfile id="com-Controller">
- <fileinarchive name="Controller.csd"/>
- </componentfile>
- <componentfile id="com-Worker">
- <fileinarchive name="CB_Worker.csd"/>
- </componentfile>
- </componentfiles>
-
- <partitioning>
-
- <!-- A plain vanilla partition. We don't even need the processcollocation tag here. -->
- <homeplacement id="a_ControllerHome">
- <componentfileref idref="com-Controller"/>
- <componentinstantiation id="a_Controller">
- <registercomponent>
- <!-- writeiortofile is a non-standard CIAO extension. -->
- <writeiortofile name="controller.ior"/>
- </registercomponent>
- </componentinstantiation>
- </homeplacement>
-
- <processcollocation>
- <homeplacement id="a_WorkerHome">
- <componentfileref idref="com-Worker"/>
- <componentinstantiation id="a_Worker"/>
- </homeplacement>
- <destination>Remote</destination>
- </processcollocation>
-
- </partitioning>
-
- <connections>
-
- <connectinterface>
- <usesport>
- <usesidentifier>worker</usesidentifier>
- <componentinstantiationref idref="a_Controller"/>
- </usesport>
- <providesport>
- <providesidentifier>some_device</providesidentifier>
- <componentinstantiationref idref="a_Worker"/>
- </providesport>
- </connectinterface>
-
- </connections>
-
-</componentassembly>