summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time/Time_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/time/Time_i.h')
-rw-r--r--TAO/examples/Simple/time/Time_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simple/time/Time_i.h b/TAO/examples/Simple/time/Time_i.h
index 2236ba9d8ea..caa7cebeada 100644
--- a/TAO/examples/Simple/time/Time_i.h
+++ b/TAO/examples/Simple/time/Time_i.h
@@ -43,11 +43,11 @@ public:
~Time_i (void);
// Destructor
- virtual CORBA::Long current_time (CORBA::Environment &env)
+ virtual CORBA::Long current_time (TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
// Return the current time/date on the server
- virtual void shutdown (CORBA::Environment &env)
+ virtual void shutdown (TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
// Shutdown the server.