summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-03 16:32:38 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-03 16:32:38 +0000
commit82c50b5380fd84758fc4ded25c241a6227f39f58 (patch)
tree12fc3d4d7649090aa31c70c317be592ffd80de13
parent32364db4695aca003a7aa2ca41a72afe0c0796d3 (diff)
downloadATCD-82c50b5380fd84758fc4ded25c241a6227f39f58.tar.gz
* TAO_IDL/be/be_codegen.cpp:
* TAO_IDL/be/be_visitor_interface/tie_sh.cpp: * TAO_IDL/be/be_visitor_interface/tie_si.cpp: Removed the #if defined (ACE_HAS_USING_KEYWORD) guards from the top and bottom of the *S_T.{h,i} files and added their generation on a TIE class by TIE class basis, conditionally, if the original interface is defined inside a module. TIE class code will compile for interfaces declared at global scope, even on platforms that do not support namespaces. This enhancement was requested by Marco Kranawetter <Marco.Kranawetter@icn.siemens.de>.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index dc20cab2f1d..0a3e68060e6 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,19 @@
+Tue Jul 3 11:27:03 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_codegen.cpp:
+ * TAO_IDL/be/be_visitor_interface/tie_sh.cpp:
+ * TAO_IDL/be/be_visitor_interface/tie_si.cpp:
+
+ Removed the #if defined (ACE_HAS_USING_KEYWORD)
+ guards from the top and bottom of the *S_T.{h,i}
+ files and added their generation on a TIE class by
+ TIE class basis, conditionally, if the original
+ interface is defined inside a module. TIE class
+ code will compile for interfaces declared at global
+ scope, even on platforms that do not support
+ namespaces. This enhancement was requested by
+ Marco Kranawetter <Marco.Kranawetter@icn.siemens.de>.
+
Tue Jul 3 09:55:22 2001 Jeff Parsons <parsons@cs.wustl.edu>
* tao/DynamicAny/DynUnion_i.cpp: