summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-04-14 07:41:44 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-04-14 07:41:44 +0000
commit3a93cb0c26770a42bfb7f8c2152f909f431d85d6 (patch)
tree394d328f5008d17cc6884bd37e4e91243a0da7ab
parent866ffdbbd36e812642c2f1c4cb7a0b79ecb0846d (diff)
downloadATCD-3a93cb0c26770a42bfb7f8c2152f909f431d85d6.tar.gz
ChangeLogTag:Thu Apr 14 00:39:31 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/tao/SystemException.cpp3
2 files changed, 11 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 0b333e6282c..f24362043ef 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Thu Apr 14 00:39:31 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * tao/SystemException.cpp:
+
+ Reinstated preprocessor macro that caused concrete _tao_create()
+ methods to be instantiated. It was accidentally removed in the
+ last batch of changes. Fixes unresolved symbol errors.
+
Wed Apr 13 12:45:55 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
* tao/Alias_TypeCode.cpp:
diff --git a/TAO/tao/SystemException.cpp b/TAO/tao/SystemException.cpp
index 89553d19911..1b037fc1882 100644
--- a/TAO/tao/SystemException.cpp
+++ b/TAO/tao/SystemException.cpp
@@ -912,3 +912,6 @@ CORBA::name ::_tao_create (void) \
ACE_NEW_RETURN (result, CORBA::name (), 0); \
return result; \
}
+
+STANDARD_EXCEPTION_LIST
+#undef TAO_SYSTEM_EXCEPTION