summaryrefslogtreecommitdiff
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
parent96066d04ee4302d4c61636097d24bb90016e6b13 (diff)
downloadATCD-1c1928c690f08bf697079ac7d6f4f3ea1b42a716.tar.gz
Fixed compile error due to missing ACE_ENV_ARG_DECL
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp2
2 files changed, 7 insertions, 1 deletions
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 <fields_t@ociweb.com>
+
+ * 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 <j.parsons@vanderbilt.edu>
* 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))
{