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, 13 insertions, 0 deletions
diff --git a/TAO/CIAO/docs/tutorial/Hello/hello.cidl b/TAO/CIAO/docs/tutorial/Hello/hello.cidl
new file mode 100644
index 00000000000..fa41764521e
--- /dev/null
+++ b/TAO/CIAO/docs/tutorial/Hello/hello.cidl
@@ -0,0 +1,13 @@
+// $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.
+ };
+};