diff options
author | pgontla <pgontla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-18 03:11:49 +0000 |
---|---|---|
committer | pgontla <pgontla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-18 03:11:49 +0000 |
commit | 502ba4fe6e5e81f9f1898819caf683c8aa03270d (patch) | |
tree | 3c3a19b7bbbc2c80098ac91604ab171ac970f196 /TAO/tests | |
parent | e1241403ea42088c25dde8073f6332629dabeebd (diff) | |
download | ATCD-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.cpp | 6 |
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; |