diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-06-14 09:57:30 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-06-14 09:57:30 +0000 |
commit | 6eac9712d24d2b057eeb52f73389ced3a5d27188 (patch) | |
tree | 35f9e74253b902312f2aff69b40d31aa7a85cf18 /TAO/tao/ORB.cpp | |
parent | a15134b336b3147b86424c5362643a38ba833a42 (diff) | |
download | ATCD-6eac9712d24d2b057eeb52f73389ced3a5d27188.tar.gz |
ChangeLogTag: Tue Jun 14 08:48:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r-- | TAO/tao/ORB.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp index ec63288652e..72c902daa5d 100644 --- a/TAO/tao/ORB.cpp +++ b/TAO/tao/ORB.cpp @@ -1577,7 +1577,7 @@ CORBA::ORB_init (int &argc, TAO::ORBInitializer_Registry_Adapter *orbinitializer_registry = - oc.get ()->get_orbinitializer_registry (); + oc.get ()->orbinitializer_registry (); PortableInterceptor::SlotId slotid = 0; |