summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-16 19:25:23 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-16 19:25:23 +0000
commita699adbf5dd62a638b0a590ced7a5cff78e50f9f (patch)
tree5b216ab2051e66ab52119d26a49853d084e78a3f /TAO/CIAO/tests
parentc28642a047cb4cdf910eac96d8347a5f6db6ce64 (diff)
downloadATCD-a699adbf5dd62a638b0a590ced7a5cff78e50f9f.tar.gz
ChangeLogTag:Mon Aug 16 14:14:15 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/CIAO/tests')
-rw-r--r--TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl b/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl
index 52600efbda6..7af66e50e8c 100644
--- a/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl
+++ b/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl
@@ -18,9 +18,11 @@ module EquivReceptacles
uses multiple foo_interface foo_recep;
};
+ /**
interface bar
{
Foo::foo_recepConnections get_seq ();
Foo::foo_recepConnection get_struct ();
};
+ */
};