summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-17 11:58:01 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-17 11:58:01 +0000
commitd1f8bc0833c14bc65cde3554ee3e849ec05b09b4 (patch)
treec3481397dfd1df03d07f8c991be5421ae2abeb29
parentbd8638c8477f360c9816d54c4f6c2b21919efd46 (diff)
downloadATCD-d1f8bc0833c14bc65cde3554ee3e849ec05b09b4.tar.gz
ChangeLogTag: Wed Aug 17 08:34:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/PI/ORBInitializer_Registry_Impl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/PI/ORBInitializer_Registry_Impl.cpp b/TAO/tao/PI/ORBInitializer_Registry_Impl.cpp
index ba0bd0786e9..55efc3a28a9 100644
--- a/TAO/tao/PI/ORBInitializer_Registry_Impl.cpp
+++ b/TAO/tao/PI/ORBInitializer_Registry_Impl.cpp
@@ -156,6 +156,7 @@ TAO::ORBInitializer_Registry::post_init (
ACE_CHECK;
}
+#if TAO_HAS_INTERCEPTORS == 1
CORBA::Object_ptr picurrent_ptr = orb_core->pi_current ();
if (!CORBA::is_nil (picurrent_ptr))
@@ -168,6 +169,7 @@ TAO::ORBInitializer_Registry::post_init (
ACE_CHECK;
}
}
+#endif /* TAO_HAS_INTERCEPTORS == 1 */
// Invalidate the ORBInitInfo instance to prevent future
// modifications to the ORB. This behavior complies with the