summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-06-16 15:34:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-06-16 15:34:11 +0000
commit4bd51c7f6794a522cb026403c4330cea86f57b44 (patch)
tree151f2c68489c45db74a21da4cba3dd2180c25aaa
parent976a8e49da4ac2a9e332504292af77763c75a6b1 (diff)
downloadATCD-4bd51c7f6794a522cb026403c4330cea86f57b44.tar.gz
Tue Jun 16 15:33:24 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog10
-rw-r--r--TAO/NEWS5
-rw-r--r--TAO/TAO_IDL/contrib/mcpp/system.cpp2
3 files changed, 16 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 946908f8c86..9d822a256de 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,13 @@
+Tue Jun 16 15:33:24 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * NEWS:
+
+ Updated.
+
+ * TAO_IDL/contrib/mcpp/system.cpp:
+
+ Removed incompatible throw specification.
+
Tue Jun 16 07:19:07 UTC 2009 Olli Savia <ops@iki.fi>
* orbsvcs/tests/EC_Mcast/EC_Mcast.cpp:
diff --git a/TAO/NEWS b/TAO/NEWS
index e13bca09c7d..d61f039a198 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -31,6 +31,11 @@ USER VISIBLE CHANGES BETWEEN TAO-1.6.9 and TAO-1.7.0
are ignored when event type domain_name or type_name is specified
(see bug 3688).
+. The MCPP version optionally used by TAO_IDL has been updated to 2.7.2.
+ Efforts have been taken to port this to as many platforms as possible,
+ however, since it is not currently the default configuration it may
+ not work across all platforms.
+
USER VISIBLE CHANGES BETWEEN TAO-1.6.8 and TAO-1.6.9
====================================================
diff --git a/TAO/TAO_IDL/contrib/mcpp/system.cpp b/TAO/TAO_IDL/contrib/mcpp/system.cpp
index 1d458aa453c..8ebcf22bbbb 100644
--- a/TAO/TAO_IDL/contrib/mcpp/system.cpp
+++ b/TAO/TAO_IDL/contrib/mcpp/system.cpp
@@ -4843,7 +4843,7 @@ void do_pragma( void)
char * stpcpy(
char * dest,
const char * src
- ) throw ()
+ )
/*
* Copy the string and return the advanced pointer.
*/