summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-03-03 16:43:44 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-03-03 16:43:44 +0000
commit519980ca78f68b3101243ae9b2fc4af59922316d (patch)
tree7498fedb467c450e560993d4a239efcce65270ed
parentbe97e0969640be8b6be34fd54b5aef792d5b874b (diff)
downloadATCD-519980ca78f68b3101243ae9b2fc4af59922316d.tar.gz
ChangeLogTag: Sat Mar 3 10:42:01 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/tests/Portable_Interceptors/ForwardRequest/Server_Request_Interceptor.cpp1
2 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 7eef3c879cf..46f955ed995 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Sat Mar 3 10:42:01 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tests/Portable_Interceptors/ForwardRequest/Server_Request_Interceptor.cpp (forward_references):
+
+ Fixed an exception specification.
+
Sat Mar 03 02:10:00 2001 Ossama Othman <ossama@uci.edu>
* tao/PortableServer/ServerRequestInfo.cpp:
diff --git a/TAO/tests/Portable_Interceptors/ForwardRequest/Server_Request_Interceptor.cpp b/TAO/tests/Portable_Interceptors/ForwardRequest/Server_Request_Interceptor.cpp
index d988d9f5ab2..81b29ec8b2e 100644
--- a/TAO/tests/Portable_Interceptors/ForwardRequest/Server_Request_Interceptor.cpp
+++ b/TAO/tests/Portable_Interceptors/ForwardRequest/Server_Request_Interceptor.cpp
@@ -22,6 +22,7 @@ Server_Request_Interceptor::forward_references (
CORBA::Object_ptr obj1,
CORBA::Object_ptr obj2,
CORBA::Environment &ACE_TRY_ENV)
+ ACE_THROW_SPEC ((CORBA::SystemException))
{
if (CORBA::is_nil (obj1) || CORBA::is_nil (obj2))
ACE_THROW (CORBA::INV_OBJREF (