summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-28 13:11:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-28 13:11:24 +0000
commit369acc88f28bed0d85a64a27eb90b90de447669d (patch)
tree2add66f376e8a3abc2e918ba68756405fb11c011 /TAO/tao/ORB.cpp
parent799d87fee124e608db828d9c0dcd32e411ee76ba (diff)
downloadATCD-369acc88f28bed0d85a64a27eb90b90de447669d.tar.gz
Mon Apr 28 13:10:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r--TAO/tao/ORB.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index 72ae4300527..e48320f275e 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -909,6 +909,10 @@ CORBA::ORB::resolve_initial_references (const char *name,
{
result = this->orb_core ()->resolve_compression_manager ();
}
+ else if (ACE_OS::strcmp (name, TAO_OBJID_MONITOR) == 0)
+ {
+ result = this->orb_core ()->resolve_monitor ();
+ }
#if TAO_HAS_INTERCEPTORS == 1
else if (ACE_OS::strcmp (name, TAO_OBJID_PICurrent) == 0)
{