From 519980ca78f68b3101243ae9b2fc4af59922316d Mon Sep 17 00:00:00 2001 From: bala Date: Sat, 3 Mar 2001 16:43:44 +0000 Subject: ChangeLogTag: Sat Mar 3 10:42:01 2001 Balachandran Natarajan --- TAO/ChangeLogs/ChangeLog-02a | 6 ++++++ .../ForwardRequest/Server_Request_Interceptor.cpp | 1 + 2 files changed, 7 insertions(+) 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 + + * tests/Portable_Interceptors/ForwardRequest/Server_Request_Interceptor.cpp (forward_references): + + Fixed an exception specification. + Sat Mar 03 02:10:00 2001 Ossama Othman * 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 ( -- cgit v1.2.1