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, 2 insertions, 2 deletions
diff --git a/TAO/tao/Object.i b/TAO/tao/Object.i
index 0db6581b912..e8c1606bb73 100644
--- a/TAO/tao/Object.i
+++ b/TAO/tao/Object.i
@@ -13,8 +13,8 @@ CORBA::Object::Object (int)
ior_ (),
orb_core_ (0),
protocol_proxy_ (0),
- refcount_ (1),
- refcount_lock_ (0)
+ refcount_ (),
+ object_init_lock_ (0)
{
}