summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object.i')
-rw-r--r--TAO/tao/Object.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Object.i b/TAO/tao/Object.i
index 4e0549d0209..3deb41590d7 100644
--- a/TAO/tao/Object.i
+++ b/TAO/tao/Object.i
@@ -10,12 +10,16 @@ CORBA::Object::Object (int)
servant_ (0),
is_local_ (1),
proxy_broker_ (0),
+ is_evaluated_ (1),
+ ior_ (),
+ orb_core_ (0),
protocol_proxy_ (0),
refcount_ (1),
refcount_lock_ (0)
{
}
+
ACE_INLINE CORBA::Object_ptr
CORBA::Object::_duplicate (CORBA::Object_ptr obj)
{