summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-11-08 20:12:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-11-08 20:12:36 +0000
commit7bcf44ff1ff5e1ac16c0bacce6a218ffc43df35e (patch)
treea635aef06638fc7713b8b1539cabe49b7546efca
parentf6fdda651c9c5665c2e27a107a156bcc8defee95 (diff)
downloadATCD-7bcf44ff1ff5e1ac16c0bacce6a218ffc43df35e.tar.gz
-rw-r--r--CIAO/examples/Null_Component/Null_Component_Impl.ccd38
1 files changed, 0 insertions, 38 deletions
diff --git a/CIAO/examples/Null_Component/Null_Component_Impl.ccd b/CIAO/examples/Null_Component/Null_Component_Impl.ccd
deleted file mode 100644
index 642b7a816e4..00000000000
--- a/CIAO/examples/Null_Component/Null_Component_Impl.ccd
+++ /dev/null
@@ -1,38 +0,0 @@
-<?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>