From 1c1928c690f08bf697079ac7d6f4f3ea1b42a716 Mon Sep 17 00:00:00 2001 From: fields_t Date: Fri, 12 Sep 2003 17:35:47 +0000 Subject: Fixed compile error due to missing ACE_ENV_ARG_DECL --- TAO/ChangeLog | 6 ++++++ TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 09ac7a4e559..1b21493df14 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 12 10:29:13 MST 2003 Trevor Fields + + * tests/Portable_Interceptors/Bug_1559/interceptors.cpp: + + Fixed compile error due to missing ACE_ENV_ARG_DECL. + Fri Sep 12 12:14:39 2003 Jeff Parsons * TAOACE.dsw: 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)) { -- cgit v1.2.1