summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object.cpp')
-rw-r--r--TAO/tao/Object.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Object.cpp b/TAO/tao/Object.cpp
index 72cd364bdb1..34961b05fd9 100644
--- a/TAO/tao/Object.cpp
+++ b/TAO/tao/Object.cpp
@@ -40,8 +40,8 @@ CORBA::Object::Object (TAO_Stub * protocol_proxy,
CORBA::Boolean collocated,
TAO_Abstract_ServantBase * servant,
TAO_ORB_Core *orb_core)
- : is_collocated_ (collocated)
- , servant_ (servant)
+ : servant_ (servant)
+ , is_collocated_ (collocated)
, is_local_ (0)
, proxy_broker_ (0)
, is_evaluated_ (1)
@@ -75,8 +75,8 @@ CORBA::Object::Object (TAO_Stub * protocol_proxy,
CORBA::Object::Object (IOP::IOR *ior,
TAO_ORB_Core *orb_core)
- : is_collocated_ (0)
- , servant_ (0)
+ : servant_ (0)
+ , is_collocated_ (0)
, is_local_ (0)
, proxy_broker_ (0)
, is_evaluated_ (0)