summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/TIE/Foo.idl
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-17 14:31:11 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-17 14:31:11 +0000
commit3dc2068c1f9a2df15de622521eefb05cc6bbeab8 (patch)
treedd7a2cb059abf7ccd7edc3ca8117bb26bd53113d /TAO/examples/POA/TIE/Foo.idl
parent320057586184ee749e07502b4363ee8f8d32dc5f (diff)
downloadATCD-ACE-4_6_29.tar.gz
This commit was manufactured by cvs2svn to create tag 'ACE-4_6_29'.ACE-4_6_29
Diffstat (limited to 'TAO/examples/POA/TIE/Foo.idl')
-rw-r--r--TAO/examples/POA/TIE/Foo.idl30
1 files changed, 0 insertions, 30 deletions
diff --git a/TAO/examples/POA/TIE/Foo.idl b/TAO/examples/POA/TIE/Foo.idl
deleted file mode 100644
index 2ac05a4fcd1..00000000000
--- a/TAO/examples/POA/TIE/Foo.idl
+++ /dev/null
@@ -1,30 +0,0 @@
-// $Id$
-//===============================================================================
-//
-// = FILENAME
-// Foo.idl
-//
-//==================================================================================
-
-// IDL
-
-interface A
-{
- long doit();
-};
-
-module Outer
-{
- interface B
- {
- long doit();
- };
-
- module Inner
- {
- interface C
- {
- long doit();
- };
- };
-};