summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp
diff options
context:
space:
mode:
authorfields_t <fields_t@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-12 17:35:47 +0000
committerfields_t <fields_t@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-12 17:35:47 +0000
commit1c1928c690f08bf697079ac7d6f4f3ea1b42a716 (patch)
tree6fcc2dd97fb508ccdca5e15582bf01843db8ba3f /TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp
parent96066d04ee4302d4c61636097d24bb90016e6b13 (diff)
downloadATCD-1c1928c690f08bf697079ac7d6f4f3ea1b42a716.tar.gz
Fixed compile error due to missing ACE_ENV_ARG_DECL
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp b/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp
index 6cd378e8b7d..e62a70ab2e9 100644
--- a/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp
+++ b/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp
@@ -595,7 +595,7 @@ Echo_Server_Request_Interceptor::send_exception (
void
Echo_Server_Request_Interceptor::send_other (
PortableInterceptor::ServerRequestInfo_ptr ri
- ACE_ENV_ARG_DECL_NOT_USED)
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
PortableInterceptor::ForwardRequest))
{