summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Time_Service/Server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Time_Service/Server_i.h')
-rw-r--r--TAO/orbsvcs/Time_Service/Server_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/Time_Service/Server_i.h b/TAO/orbsvcs/Time_Service/Server_i.h
index 759b98ff3d0..9d996a2afb2 100644
--- a/TAO/orbsvcs/Time_Service/Server_i.h
+++ b/TAO/orbsvcs/Time_Service/Server_i.h
@@ -72,9 +72,6 @@ public:
private:
- CORBA::ORB_var orb_;
- // My orb.
-
TAO_ORB_Manager orb_manager_;
// The ORB manager.
@@ -103,6 +100,9 @@ private:
int register_with_ir_;
// Register with the Implementation Repository.
+ CORBA::ORB_var orb_;
+ // My orb.
+
int argc_;
// Number of command line arguments.