summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl')
-rw-r--r--CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl28
1 files changed, 0 insertions, 28 deletions
diff --git a/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl b/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl
deleted file mode 100644
index 7af66e50e8c..00000000000
--- a/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl
+++ /dev/null
@@ -1,28 +0,0 @@
-// $Id$
-/**
- * @file ICReceptacles.idl
- * @author Will Otte <wotte@dre.vanderbilt.edu>
- *
- * Tests equivalent idl for receptacles.
- */
-#include <Components.idl>
-
-module EquivReceptacles
-{
- interface foo_interface
- {
- };
-
- component Foo
- {
- uses multiple foo_interface foo_recep;
- };
-
- /**
- interface bar
- {
- Foo::foo_recepConnections get_seq ();
- Foo::foo_recepConnection get_struct ();
- };
- */
-};