summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-11-08 14:22:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-11-08 14:22:31 +0000
commit94bcad153440c4a3815d61e9deac751e3ab60f96 (patch)
tree28a6464d702a003bdebe247a3469678650e29de9
parent927385eb97546c0870bc74fffdd40c76063702fb (diff)
downloadATCD-94bcad153440c4a3815d61e9deac751e3ab60f96.tar.gz
-rw-r--r--CIAO/examples/Null_Component/Null_Component_Impl.ccd38
1 files changed, 38 insertions, 0 deletions
diff --git a/CIAO/examples/Null_Component/Null_Component_Impl.ccd b/CIAO/examples/Null_Component/Null_Component_Impl.ccd
new file mode 100644
index 00000000000..642b7a816e4
--- /dev/null
+++ b/CIAO/examples/Null_Component/Null_Component_Impl.ccd
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!DOCTYPE corbacomponent SYSTEM "corbacomponent.dtd">
+
+<corbacomponent>
+ <corbaversion>3.0</corbaversion>
+ <componentrepid repid="IDL:Null_Component:1.0"/>
+ <homerepid repid="IDL:Null_Component_Home:1.0"/>
+ <componentkind>
+ <session>
+ <servant lifetime="container"/>
+ </session>
+ </componentkind>
+ <threading policy="multithread"/>
+ <configurationcomplete set="true"/>
+
+ <homefeatures
+ name="Null_Component_Home"
+ repid="IDL:Null_Component_Home:1.0">
+ </homefeatures>
+
+ <componentfeatures
+ name="Null_Component"
+ repid="IDL:Null_Component:1.0">
+ <ports>
+ <provides
+ providesname="null_facet"
+ repid="IDL:Null_Interface:1.0"
+ facettag="1">
+ </provides>
+ </ports>
+ </componentfeatures>
+
+ <interface
+ name="Null_Interface"
+ repid="IDL:Null_Interface:1.0">
+ </interface>
+
+</corbacomponent>