summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Generic_Servant/Foo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Generic_Servant/Foo.idl')
-rw-r--r--TAO/tests/POA/Generic_Servant/Foo.idl14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tests/POA/Generic_Servant/Foo.idl b/TAO/tests/POA/Generic_Servant/Foo.idl
deleted file mode 100644
index 0773c9a0325..00000000000
--- a/TAO/tests/POA/Generic_Servant/Foo.idl
+++ /dev/null
@@ -1,14 +0,0 @@
-// $Id$
-//===============================================================================
-//
-// = FILENAME
-// Foo.idl
-//
-//==================================================================================
-
-// IDL
-
-interface Foo
-{
- long doit();
-};