summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-04 14:13:38 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-04 14:13:38 +0000
commit06204c8e03d0385997dc1f6991489441b526ab43 (patch)
tree903e25cb8581ddbc20fa761e770d9c37f422a3a9
parent616ae606d674341d85de161db9abff496bde928d (diff)
downloadATCD-06204c8e03d0385997dc1f6991489441b526ab43.tar.gz
* TAO_IDL/be/be_visitor_interface/tie_sh.cpp:
* TAO_IDL/be/be_visitor_root/root_sth.cpp: Removed ACE_HAS_USING_KEYWORD guard from each TIE class declaration, and added it to the global module reopening where all TIE class declarations will occur. This includes the TAO_NAMESPACE macro inside the guard, which is what we want if the platform does not support namespaces.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 1801045182a..391cecb1817 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Wed Jul 4 09:10:24 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_interface/tie_sh.cpp:
+ * TAO_IDL/be/be_visitor_root/root_sth.cpp:
+
+ Removed ACE_HAS_USING_KEYWORD guard from each TIE class
+ declaration, and added it to the global module reopening
+ where all TIE class declarations will occur. This
+ includes the TAO_NAMESPACE macro inside the guard, which
+ is what we want if the platform does not support
+ namespaces.
+
Wed Jul 4 14:05:12 2001 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/tests/Makefile.bor