summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-11-03 23:23:32 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-11-03 23:23:32 +0000
commit23d39f0ea3de3833b8e5a93c49d0f60cd59ca30f (patch)
tree797f610c5f06b10de4df7f66d526ea6d8ab114d2
parenta127c4538b846fbadc227c064a710e156c40d469 (diff)
downloadATCD-23d39f0ea3de3833b8e5a93c49d0f60cd59ca30f.tar.gz
ChangeLogTag: Fri Nov 3 17:22:10 2000 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-02a6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--ace/config-sunos5.5.h6
4 files changed, 21 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e19d36c05f..3c2d10ab919 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Nov 3 17:22:10 2000 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/config-sunos5.5.h: Backed of changes given by Russ
+ Noseworthy through bug id #710. This was breaking SunCC5.0
+ builds.
+
Fri Nov 3 09:41:20 2000 Carlos O'Ryan <coryan@uci.edu>
* tests/RMCast/RMCast_Membership_Test.cpp:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 8e19d36c05f..3c2d10ab919 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Fri Nov 3 17:22:10 2000 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/config-sunos5.5.h: Backed of changes given by Russ
+ Noseworthy through bug id #710. This was breaking SunCC5.0
+ builds.
+
Fri Nov 3 09:41:20 2000 Carlos O'Ryan <coryan@uci.edu>
* tests/RMCast/RMCast_Membership_Test.cpp:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 8e19d36c05f..3c2d10ab919 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Fri Nov 3 17:22:10 2000 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/config-sunos5.5.h: Backed of changes given by Russ
+ Noseworthy through bug id #710. This was breaking SunCC5.0
+ builds.
+
Fri Nov 3 09:41:20 2000 Carlos O'Ryan <coryan@uci.edu>
* tests/RMCast/RMCast_Membership_Test.cpp:
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h
index 51f8cf2972f..0e9c5da4d0f 100644
--- a/ace/config-sunos5.5.h
+++ b/ace/config-sunos5.5.h
@@ -28,8 +28,8 @@
2) In TAO, the TAO_Unbounded_Sequence vtbl can't be found.
With CC 5.0, those problems may be fixed. And, this is necessary
to work around problems with automatic template instantiation. */
-//-- Patch by Russ # define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
-//-- Patch bu Russ # define ACE_TEMPLATES_REQUIRE_SOURCE
+# define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
+# define ACE_TEMPLATES_REQUIRE_SOURCE
// If -compat=4 is turned on, the old 4.2 settings for iostreams are used,
// but the newer, explicit instantiation is used (above)
# if (__SUNPRO_CC_COMPAT >= 5)
@@ -39,7 +39,7 @@
// ACE_HAS_STD_TEMPLATE_METHOD_SPECIALIZATION...
# define ACE_HAS_STANDARD_CPP_LIBRARY 1
# define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
-// -- Patch by Russ # define ACE_USES_OLD_IOSTREAMS
+# define ACE_USES_OLD_IOSTREAMS
# define ACE_HAS_THR_C_DEST
# endif
# if !defined (ACE_HAS_EXCEPTIONS)