summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-05-06 14:36:20 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-05-06 14:36:20 +0000
commit24f19b86ca3150a6c499432598756afc77bd997f (patch)
treecf6428c180479b73b707abfcd124bc508fa6753f /CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
parentb7ed37b0443b98573dfcee34498cdca702862676 (diff)
downloadATCD-24f19b86ca3150a6c499432598756afc77bd997f.tar.gz
ChangeLogTag: Thu May 6 14:34:22 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl')
-rw-r--r--CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl5
1 files changed, 3 insertions, 2 deletions
diff --git a/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl b/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
index 32b20439041..28da75e62e2 100644
--- a/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
+++ b/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
@@ -293,8 +293,9 @@ module T
typedef sequence <X> XSeq;
};
-// Jeff, this is currently rejected and should work to my idea
-//module ::M::N < ::T::X> T;
+/// An instantiated template module can be a reopening
+/// of an existing module.
+module ::M::N < ::T::X> T;
/*
Support for native is there, but this results in non compiling code