summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-03-26 20:39:28 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-03-26 20:39:28 +0000
commit522861b8f33b47d01459aae398282aee71aeef00 (patch)
treeedbce118d950078549ea19fa20fe44b352b35555 /TAO/tao/ORB_Core.h
parent03ef1583127d1e97b5db26a7aac4c14a47c3ee4e (diff)
downloadATCD-post_132_phase_3.tar.gz
ChangeLogTag: Mon Mar 24 18:15:51 2003 Jeff Parsons <j.parsons@vanderbilt.edu>post_132_phase_3
Diffstat (limited to 'TAO/tao/ORB_Core.h')
-rw-r--r--TAO/tao/ORB_Core.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/TAO/tao/ORB_Core.h b/TAO/tao/ORB_Core.h
index a1bcfc7e8e4..2e5e69b979d 100644
--- a/TAO/tao/ORB_Core.h
+++ b/TAO/tao/ORB_Core.h
@@ -1013,17 +1013,10 @@ private:
/// Obtain and cache the dynamic any factory object reference.
void resolve_ior_table_i (ACE_ENV_SINGLE_ARG_DECL);
- /// Try to create a new collocated object, using <other_orb> as the
- /// target ORB. If not possible return 0.
- CORBA::Object_ptr create_collocated_object (TAO_Stub *the_stub,
- TAO_ORB_Core *other_orb,
- const TAO_MProfile &mprofile);
-
- /// Try to initialize a new collocated object, using <other_orb> as the
- /// target ORB. If not possible return -1.
- CORBA::Long initialize_collocated_object (TAO_Stub *the_stub,
- TAO_ORB_Core *other_orb,
- CORBA::Object_ptr obj);
+ /// Checks to see whether collocation optimizations have to be
+ /// applied on objects in the <other_orb>
+ CORBA::Boolean is_collocation_enabled (TAO_ORB_Core *other_orb,
+ const TAO_MProfile &mp);
protected:
/// Synchronize internal state...