summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time/Time_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/time/Time_i.cpp')
-rw-r--r--TAO/examples/Simple/time/Time_i.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Simple/time/Time_i.cpp b/TAO/examples/Simple/time/Time_i.cpp
index 13c0494ecd2..758603bb25b 100644
--- a/TAO/examples/Simple/time/Time_i.cpp
+++ b/TAO/examples/Simple/time/Time_i.cpp
@@ -35,7 +35,7 @@ Time_i::orb (CORBA::ORB_ptr o)
// Return the current date/time on the server.
CORBA::Long
-Time_i::current_time (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
+Time_i::current_time (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
return CORBA::Long (ACE_OS::time (0));
@@ -43,8 +43,8 @@ Time_i::current_time (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
// Shutdown.
-void
-Time_i::shutdown (TAO_ENV_SINGLE_ARG_DECL_NOT_USED )
+void
+Time_i::shutdown (ACE_ENV_SINGLE_ARG_DECL_NOT_USED )
ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,