summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorpgontla <pgontla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-18 03:11:49 +0000
committerpgontla <pgontla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-18 03:11:49 +0000
commit502ba4fe6e5e81f9f1898819caf683c8aa03270d (patch)
tree3c3a19b7bbbc2c80098ac91604ab171ac970f196 /TAO/tests
parente1241403ea42088c25dde8073f6332629dabeebd (diff)
downloadATCD-502ba4fe6e5e81f9f1898819caf683c8aa03270d.tar.gz
ChangeLogTag: Thu Jan 17 19:06:58 2002 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp b/TAO/tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp
index 9bfe754cad2..95a8d090193 100644
--- a/TAO/tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp
+++ b/TAO/tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp
@@ -65,7 +65,7 @@ FOO_IORInterceptor::establish_components (
void
FOO_IORInterceptor::components_established (
PortableInterceptor::IORInfo_ptr
- TAO_ENV_ARG_DECL)
+ TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
return;
@@ -75,7 +75,7 @@ void
FOO_IORInterceptor::adapter_manager_state_changed (
PortableInterceptor::AdapterManagerId ,
PortableInterceptor::AdapterState
- TAO_ENV_ARG_DECL)
+ TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
return;
@@ -85,7 +85,7 @@ void
FOO_IORInterceptor:: adapter_state_changed (
const PortableInterceptor::ObjectReferenceTemplateSeq &,
PortableInterceptor::AdapterState
- TAO_ENV_ARG_DECL)
+ TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
return;