summaryrefslogtreecommitdiff
path: root/TAO/CIAO/docs/tutorial/Hello/hello.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/docs/tutorial/Hello/hello.cidl')
-rw-r--r--TAO/CIAO/docs/tutorial/Hello/hello.cidl13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/CIAO/docs/tutorial/Hello/hello.cidl b/TAO/CIAO/docs/tutorial/Hello/hello.cidl
deleted file mode 100644
index fa41764521e..00000000000
--- a/TAO/CIAO/docs/tutorial/Hello/hello.cidl
+++ /dev/null
@@ -1,13 +0,0 @@
-// $Id$ -*- IDL -*-
-
-// Component implementation definition of hello.idl.
-#include "hello.idl"
-
-composition session hello_example
-{
- home executor HelloHome_Exec
- {
- implements HelloHome; // This implies that HelloWorld_Exec
- manages HelloWorld_Exec; // implements HellowWorld.
- };
-};