diff options
Diffstat (limited to 'TAO/tao/Object.i')
-rw-r--r-- | TAO/tao/Object.i | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Object.i b/TAO/tao/Object.i index dd1f0351da5..21a1eaade3c 100644 --- a/TAO/tao/Object.i +++ b/TAO/tao/Object.i @@ -4,8 +4,7 @@ ACE_INLINE CORBA_Object::CORBA_Object (int) - : servant_ (0), - is_collocated_ (0), + : is_collocated_ (0), is_local_ (1), protocol_proxy_ (0), refcount_ (1), |