summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-02 16:35:54 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-02 16:35:54 +0000
commit075f561141face8ebbc10d12448cf4102e8f170d (patch)
tree0121a94f33142ecdfa04289edf6514efef1b6b49
parentcf1de93e419f56bb67127fdfbc6fdc90b7af1682 (diff)
downloadATCD-075f561141face8ebbc10d12448cf4102e8f170d.tar.gz
* examples/POA/TIE/Makefile:
Disabled this build for SunCC 4.2. It worked before, even though 4.2 does not have ACE_HAS_USING_KEYWORD defined (in other words, it has no namespace support), because the IDL compiler left out the #ifdef guards using the above macro if the interface was declared at global scope, and the only interface in the TIE example where the tie class was used happened to fall into that category. This generation of #ifdef guards was inconsistent, however, and now *all* tie classes are left out by the preprocessor if ACE_HAS_USING_KEYWORD is not defined.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index f40dd2e6ca4..473392b759c 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,18 @@
+Wed May 2 11:26:10 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * examples/POA/TIE/Makefile:
+
+ Disabled this build for SunCC 4.2. It worked before, even
+ though 4.2 does not have ACE_HAS_USING_KEYWORD defined
+ (in other words, it has no namespace support), because the
+ IDL compiler left out the #ifdef guards using the above
+ macro if the interface was declared at global scope, and the
+ only interface in the TIE example where the tie class was
+ used happened to fall into that category. This generation of
+ #ifdef guards was inconsistent, however, and now *all* tie
+ classes are left out by the preprocessor if
+ ACE_HAS_USING_KEYWORD is not defined.
+
Wed May 02 05:37:23 2001 Carlos O'Ryan <coryan@uci.edu>
* tests/Queued_Message_Test/run_test.pl: