summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-12 16:18:58 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-12 16:18:58 +0000
commit414715263a41b8525f0371e9851cfc470171b0d5 (patch)
treebf1c5cdcd20e3d61ed9d590adfaef8b5fce061df /TAO/tao/ORB_Core.cpp
parentd918dcf7a60a0a69c33de11f3b8259b2065d2e38 (diff)
downloadATCD-414715263a41b8525f0371e9851cfc470171b0d5.tar.gz
ChangeLogTag: Wed Mar 12 09:49:00 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/ORB_Core.cpp')
-rw-r--r--TAO/tao/ORB_Core.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index fe71e8837eb..13192f0871f 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -19,7 +19,7 @@
#include "Object_Loader.h"
-#include "ObjectIDList.h"
+#include "ObjectIDListC.h"
#include "Services_Activate.h"
#include "Invocation.h"
@@ -2153,7 +2153,7 @@ TAO_ORB_Core::resolve_rir (const char *name
return CORBA::Object::_nil ();
}
-CORBA::ORB::ObjectIdList_ptr
+CORBA::ORB::ObjectIdList *
TAO_ORB_Core::list_initial_references (ACE_ENV_SINGLE_ARG_DECL)
{
// Unsupported initial services should NOT be included in the below list!
@@ -2169,7 +2169,7 @@ TAO_ORB_Core::list_initial_references (ACE_ENV_SINGLE_ARG_DECL)
+ this->init_ref_map_.current_size ()
+ this->object_ref_table_.current_size ();
- CORBA::ORB::ObjectIdList_ptr tmp = 0;
+ CORBA::ORB::ObjectIdList *tmp = 0;
ACE_NEW_THROW_EX (tmp,
CORBA::ORB::ObjectIdList (total_size),