summaryrefslogtreecommitdiff
path: root/TAO/examples/RTCORBA/Activity/Job_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/RTCORBA/Activity/Job_i.cpp')
-rw-r--r--TAO/examples/RTCORBA/Activity/Job_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/RTCORBA/Activity/Job_i.cpp b/TAO/examples/RTCORBA/Activity/Job_i.cpp
index dd9cb6a1056..69320dc5323 100644
--- a/TAO/examples/RTCORBA/Activity/Job_i.cpp
+++ b/TAO/examples/RTCORBA/Activity/Job_i.cpp
@@ -35,7 +35,7 @@ Job_i::init (ACE_Arg_Shifter& arg_shifter)
}
void
-Job_i::work (CORBA::ULong work TAO_ENV_ARG_DECL_NOT_USED)
+Job_i::work (CORBA::ULong work ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
static CORBA::ULong prime_number = 9619;
@@ -52,7 +52,7 @@ Job_i::work (CORBA::ULong work TAO_ENV_ARG_DECL_NOT_USED)
}
void
-Job_i::shutdown (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
+Job_i::shutdown (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
ACTIVITY::instance()->job_ended (this);