summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/Hello/hello.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/handcrafted/Hello/hello.idl')
-rw-r--r--TAO/CIAO/examples/handcrafted/Hello/hello.idl19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/CIAO/examples/handcrafted/Hello/hello.idl b/TAO/CIAO/examples/handcrafted/Hello/hello.idl
deleted file mode 100644
index ba758eab9de..00000000000
--- a/TAO/CIAO/examples/handcrafted/Hello/hello.idl
+++ /dev/null
@@ -1,19 +0,0 @@
-// $Id$
-
-// A plain vanilla component definition.
-
-#include "ciao/CCM_Component.idl"
-
-interface Hello
-{
- string sayhello (in string username);
-};
-
-component HelloWorld supports Hello
-{
-};
-
-
-home HelloHome manages HelloWorld
-{
-};