summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Time_Service/IR_Helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Time_Service/IR_Helper.h')
-rw-r--r--TAO/orbsvcs/Time_Service/IR_Helper.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/TAO/orbsvcs/Time_Service/IR_Helper.h b/TAO/orbsvcs/Time_Service/IR_Helper.h
index 0fcf9f63b8c..6522217fbfe 100644
--- a/TAO/orbsvcs/Time_Service/IR_Helper.h
+++ b/TAO/orbsvcs/Time_Service/IR_Helper.h
@@ -39,28 +39,23 @@ public:
~IR_Helper ();
// Destructor
- void notify_startup (CORBA_Environment &_env =
- CORBA::default_environment ());
+ void notify_startup (CORBA_Environment &_env = CORBA_Environment::default_environment ());
// Notify the IR that the server is now running.
- void notify_shutdown (CORBA_Environment &_env =
- CORBA::default_environment ());
+ void notify_shutdown (CORBA_Environment &_env = CORBA_Environment::default_environment ());
// Notify the IR that the server has been shut down.
int register_server (const char *comm_line,
const char *environment = "",
const char *working_dir = "",
- CORBA_Environment &_env =
- CORBA::default_environment ());
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// Tell the IR how to start yourself up.
void change_object (CORBA::Object_ptr obj,
- CORBA_Environment &_env =
- CORBA::default_environment ());
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// Convert an object into a IR controlled object.
private:
- int read_ir_ior (CORBA_Environment &_env =
- CORBA::default_environment ());
+ int read_ir_ior (CORBA_Environment &_env = CORBA_Environment::default_environment ());
char *name_;
char *ir_key_;