summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2009-04-30 21:32:03 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2009-04-30 21:32:03 +0000
commit9ccbed7d58ee73619660568feef92cd6105104df (patch)
tree44d027f1258ca51b4f03cc32abb354fc876d8dc1 /TAO
parent377ef5efd74a3457aca50a7bbad60dc7a502fa4a (diff)
downloadATCD-9ccbed7d58ee73619660568feef92cd6105104df.tar.gz
ChangeLogTag: Thu Apr 30 21:31:11 UTC 2009 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog11
-rw-r--r--TAO/tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp2
2 files changed, 10 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index b7f2345c68b..acfc578c008 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,14 +1,21 @@
+Thu Apr 30 21:31:11 UTC 2009 Adam Mitz <mitza@ociweb.com>
+
+ * tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp:
+
+ This test uses an arbitrary constant from the PortableServer module
+ so we'll use one that's present in CORBA/e Compact configurations.
+
Thu Apr 30 18:35:47 UTC 2009 Yan Dai <dai_y@ociweb.com>
* tao/Synch_Invocation.cpp:
Moved the strcmp for OBJECT_NOT_EXIST to if condition instead of outside
of if statement to improve the performance a little bit.
-
+
* docs/Options.html:
Added description for -ORBForwardInvocationOnObjectNotExist.
-
+
Wed Apr 29 13:18:12 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Makefile.am:
diff --git a/TAO/tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp b/TAO/tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp
index c66781e67be..bf9838c0ae4 100644
--- a/TAO/tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp
+++ b/TAO/tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp
@@ -83,7 +83,7 @@ FOO_IORInterceptor::establish_components (
// Verify that policy retrieval internals work, and do not cause
// memory access violations.
CORBA::Policy_var policy =
- info->get_effective_policy (PortableServer::THREAD_POLICY_ID);
+ info->get_effective_policy (PortableServer::LIFESPAN_POLICY_ID);
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) Successfully retrieved effective policy.\n"));