summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-15 16:44:32 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-15 16:44:32 +0000
commit8403ac2e850dcf092e812567fe0f576146d32d74 (patch)
tree0b968d2694444c4baf96ba136cd92e9280f09326 /TAO
parent311dbaefc6848d24acf4accc5813af4e4592f7e5 (diff)
downloadATCD-8403ac2e850dcf092e812567fe0f576146d32d74.tar.gz
ChangeLogTag: Tue Oct 15 11:43:40 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
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
))