summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.i
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-22 12:04:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-22 12:04:40 +0000
commitb2d4fe16708433f390b52b77d52cf6e50b7e631f (patch)
tree2a09135b59bca3e22b87a635966491ba4d37b5fd /TAO/tao/ORB_Core.i
parent7e432787f371cc41090081ce11a904aac29bf25c (diff)
downloadATCD-b2d4fe16708433f390b52b77d52cf6e50b7e631f.tar.gz
ChangeLogTag: Fri Jul 22 11:48:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB_Core.i')
-rw-r--r--TAO/tao/ORB_Core.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ORB_Core.i b/TAO/tao/ORB_Core.i
index 12ccac6fe7a..41b493ce99d 100644
--- a/TAO/tao/ORB_Core.i
+++ b/TAO/tao/ORB_Core.i
@@ -587,7 +587,7 @@ TAO_ORB_Core::resolve_rt_orb (void)
{
// Save a reference to the priority mapping manager.
this->rt_orb_ =
- this->object_ref_table ().resolve_initial_references (
+ this->object_ref_table ().resolve_initial_reference (
TAO_OBJID_RTORB);
}
}