summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tests/Abstract_Interface/test_i.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e578c757732..d4ff96fbcbd 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Tue Oct 15 11:43:40 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
+
+ * tests/Abstract_Interface/test_i.cpp:
+
+ Fixed an incorrect environment macro.
+
Tue Oct 15 11:16:37 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
* TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp:
diff --git a/TAO/tests/Abstract_Interface/test_i.cpp b/TAO/tests/Abstract_Interface/test_i.cpp
index 185090c791d..e2083326383 100644
--- a/TAO/tests/Abstract_Interface/test_i.cpp
+++ b/TAO/tests/Abstract_Interface/test_i.cpp
@@ -69,7 +69,7 @@ passer_i::pass_ops (base_out outarg
void
passer_i::pass_state (base_out outarg
- ACE_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((
CORBA::SystemException
))