summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-07 20:07:14 +0000
committerheather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-07 20:07:14 +0000
commit6bafb23b8ac25ed996a3ad5821c4b0749a2ffe20 (patch)
tree5b5ed2fa894464076900690f8ac45a90312d8e0e
parentb49d0a13618e8e26e9498c034544543316deb018 (diff)
downloadATCD-6bafb23b8ac25ed996a3ad5821c4b0749a2ffe20.tar.gz
ChangeLogTag: Fri Feb 7 15:27:40 2003 Heather Drury <drury_h@ociweb.com>
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLogs/ChangeLog-03a7
-rw-r--r--ace/config-aix-4.x.h3
3 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46ffb622370..414f32e6d3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Feb 7 15:27:40 2003 Heather Drury <drury_h@ociweb.com>
+
+ * ace/config-aix-4.x.h: Restored the defining of
+ ACE_TEMPLATES_REQUIRE_SOURCE for AIX VisualAge 5,
+ which is needed for building TAO. Thanks to Trevor
+ Fields <fields_t@ociweb.com> for this fix.
+
Fri Feb 7 13:04:51 2003 Steve Huston <shuston@riverace.com>
* ace/ace_wchar.h: Added a new macro, ACE_TEXT_ALWAYS_WCHAR(STRING).
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 46ffb622370..414f32e6d3f 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Fri Feb 7 15:27:40 2003 Heather Drury <drury_h@ociweb.com>
+
+ * ace/config-aix-4.x.h: Restored the defining of
+ ACE_TEMPLATES_REQUIRE_SOURCE for AIX VisualAge 5,
+ which is needed for building TAO. Thanks to Trevor
+ Fields <fields_t@ociweb.com> for this fix.
+
Fri Feb 7 13:04:51 2003 Steve Huston <shuston@riverace.com>
* ace/ace_wchar.h: Added a new macro, ACE_TEXT_ALWAYS_WCHAR(STRING).
diff --git a/ace/config-aix-4.x.h b/ace/config-aix-4.x.h
index c8ad970e6f7..71f84abab09 100644
--- a/ace/config-aix-4.x.h
+++ b/ace/config-aix-4.x.h
@@ -53,6 +53,9 @@
# if defined (__IBMCPP__) && (__IBMCPP__ >= 400)
# define ACE_HAS_STD_TEMPLATE_SPECIALIZATION
# define ACE_HAS_TYPENAME_KEYWORD
+# if (__IBMCPP__ < 600) /* VisualAge C++ 6 has registry implementation of templates (may still need to add option for it) */
+# define ACE_TEMPLATES_REQUIRE_SOURCE
+# endif /* __IBMCPP__ < 600 */
# undef WIFEXITED
# undef WEXITSTATUS
# if (__IBMCPP__ >= 500) /* Visual Age C++ 5 */