summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Collocated
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-11-09 06:00:54 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-11-09 06:00:54 +0000
commite320c1fdd69c097edebfbc80ce7e0b1e0ed5f7dd (patch)
treeaa8355d12d032b82068fa8e2dfd27c2c24be11b3 /TAO/tests/Portable_Interceptors/Collocated
parent6add847b99c1d62788ba225958dfe6a7ad7072df (diff)
downloadATCD-e320c1fdd69c097edebfbc80ce7e0b1e0ed5f7dd.tar.gz
ChangeLogTag:Sat Nov 8 23:58:14 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Collocated')
-rw-r--r--TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Server_Task.cpp1
-rw-r--r--TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test_i.cpp4
2 files changed, 3 insertions, 2 deletions
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;
}