summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Time_Service
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-10 17:24:42 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-10 17:24:42 +0000
commitbf16f2576f40eb7862a7e5f591d2c72cb13b94a0 (patch)
tree59cb77fd594f53d20b1459ec955a96a640da923f /TAO/orbsvcs/Time_Service
parentc2f56eb577794ba9357868883b08bc7304787c90 (diff)
downloadATCD-bf16f2576f40eb7862a7e5f591d2c72cb13b94a0.tar.gz
ChangeLogTag:Wed Feb 10 10:39:09 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/Time_Service')
-rw-r--r--TAO/orbsvcs/Time_Service/IR_Helper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Time_Service/IR_Helper.cpp b/TAO/orbsvcs/Time_Service/IR_Helper.cpp
index d00f6215c5b..9a837b6bd1c 100644
--- a/TAO/orbsvcs/Time_Service/IR_Helper.cpp
+++ b/TAO/orbsvcs/Time_Service/IR_Helper.cpp
@@ -159,7 +159,7 @@ IR_Helper::read_ir_ior (CORBA_Environment &_env)
void
-IR_Helper::notify_startup (CORBA_Environment &_env)
+IR_Helper::notify_startup (CORBA_Environment &TAO_IN_ENV)
{
// Get our host and port and convert it to something we can use.
ACE_INET_Addr my_addr = TAO_ORB_Core_instance ()->orb_params ()->addr ();
@@ -186,7 +186,7 @@ IR_Helper::notify_startup (CORBA_Environment &_env)
// Notify the IR that the server has been shut down.
void
-IR_Helper::notify_shutdown (CORBA_Environment &_env)
+IR_Helper::notify_shutdown (CORBA_Environment &TAO_IN_ENV)
{
TAO_TRY
{