From e320c1fdd69c097edebfbc80ce7e0b1e0ed5f7dd Mon Sep 17 00:00:00 2001 From: bala Date: Sun, 9 Nov 2003 06:00:54 +0000 Subject: ChangeLogTag:Sat Nov 8 23:58:14 2003 Balachandran Natarajan --- .../Collocated/Service_Context_Manipulation/Server_Task.cpp | 1 - .../Collocated/Service_Context_Manipulation/test_i.cpp | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'TAO/tests/Portable_Interceptors/Collocated') diff --git a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Server_Task.cpp b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Server_Task.cpp index b6755284944..d879e719298 100644 --- a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Server_Task.cpp +++ b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Server_Task.cpp @@ -3,7 +3,6 @@ // #include "Server_Task.h" #include "test_i.h" -#include "ace/streams.h" #include "ace/Manual_Event.h" diff --git a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test_i.cpp b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test_i.cpp index 037f9310273..ade05ba7202 100644 --- a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test_i.cpp +++ b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test_i.cpp @@ -48,7 +48,9 @@ void Visual_i::shutdown (ACE_ENV_SINGLE_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException)) { - this->_remove_ref (); + this->_remove_ref (ACE_ENV_SINGLE_ARG_PARAMETER); + ACE_CHECK; + this->orb_->shutdown (1 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } -- cgit v1.2.1