summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoredwardgt <edwardgt@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-29 16:04:56 +0000
committeredwardgt <edwardgt@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-29 16:04:56 +0000
commit29ef872444b5cf9a4013e1fc93024a93803d8bb8 (patch)
tree549a36f03d79752aefea6d5a4fd1c9dd30393c51
parent9bc0cae4e1e7f3d0ea2f55f33a98c8428289abdf (diff)
downloadATCD-29ef872444b5cf9a4013e1fc93024a93803d8bb8.tar.gz
ChangeLogTag: Fri Aug 29 10:58:57 2003 George Edwards <g.edwards@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp4
2 files changed, 7 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 641325216a6..f2fb6f81708 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Fri Aug 29 10:58:57 2003 George Edwards <g.edwards@vanderbilt.edu>
+
+ * tests/Portable_Interceptors/Bug_1559/interceptors.cpp:
+
+ Fixed '_ACE_CORBA_Environment_variable undeclared' error.
+
Fri Aug 29 09:49:57 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tests/Codec/client.cpp: Cosmetic fix. Removed the word "warning"
diff --git a/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp b/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp
index 17378987f11..c802f9acf41 100644
--- a/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp
+++ b/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp
@@ -255,9 +255,7 @@ Echo_Client_Request_Interceptor::receive_other (
{
int argc = 0;
this->orb_ = CORBA::ORB_init (argc, 0,
- this->orb_id_.in ()
- ACE_ENV_ARG_PARAMETER);
- ACE_CHECK;
+ this->orb_id_.in ());
}
CORBA::String_var operation = ri->operation (ACE_ENV_SINGLE_ARG_PARAMETER);