summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/Hello/hello.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/handcrafted/Hello/hello.cidl')
-rw-r--r--TAO/CIAO/examples/handcrafted/Hello/hello.cidl17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/CIAO/examples/handcrafted/Hello/hello.cidl b/TAO/CIAO/examples/handcrafted/Hello/hello.cidl
deleted file mode 100644
index dc4c4a256c6..00000000000
--- a/TAO/CIAO/examples/handcrafted/Hello/hello.cidl
+++ /dev/null
@@ -1,17 +0,0 @@
-// $Id$ -*- IDL -*-
-
-// Component implementation definition of hello.idl.
-// Since we currently don't have a CCIDL (CIAO CIDL) compiler available,
-// we need to generate the servant implementation manually.
-
-import HelloWorld; // Do we need this?
-import HelloHome; // This should import all related defitions.
-
-composition session hello_example
-{
- home executor HelloHome_Exec
- {
- implement HelloHome; // This implies that HelloWorld_Exec
- manages HelloWorld_Exec; // implements HellowWorld.
- };
-};