summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-28 23:30:40 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-28 23:30:40 +0000
commit543612a322445767bb5e2f04b295e8a1edbafcaa (patch)
tree6763cda1cd5026d00cc61a6e4a63bd776dbda96e /TAO/tests/IDL_Test
parentc40e56bdc0a950b40d7245c3870645b9971475f6 (diff)
downloadATCD-543612a322445767bb5e2f04b295e8a1edbafcaa.tar.gz
Added info about IDL compiler's reopened module/no namespaces
warning.
Diffstat (limited to 'TAO/tests/IDL_Test')
-rw-r--r--TAO/tests/IDL_Test/README7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tests/IDL_Test/README b/TAO/tests/IDL_Test/README
index 90fa7e584ca..e5450df1abc 100644
--- a/TAO/tests/IDL_Test/README
+++ b/TAO/tests/IDL_Test/README
@@ -38,4 +38,9 @@ suite in ACE_wrappers/TAO/tests/Param_Test.
The generated code from reopened_modules.idl is not included in the
Makefile per se. Platforms without namespaces cannot handle
reopened modules, so reopened_modulesC.cpp and reopened_modulesS.cpp
-have been conditionally included in a file called namespace_check.cpp. \ No newline at end of file
+have been conditionally included in a file called namespace_check.cpp.
+On platforms without namespaces, the IDL compiler will output a
+warning that the generated code may not compile, each time a module
+is reopened in the .idl file. If seen when building this test, the
+warning can safely be ignored. It can also be ignored if you are
+cross-compiling onto a platform that has namespaces. \ No newline at end of file