diff options
Diffstat (limited to 'TAO/examples/RTCORBA/Activity/Job_i.h')
-rw-r--r-- | TAO/examples/RTCORBA/Activity/Job_i.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/RTCORBA/Activity/Job_i.h b/TAO/examples/RTCORBA/Activity/Job_i.h index f6be6e6211c..c8645d2c054 100644 --- a/TAO/examples/RTCORBA/Activity/Job_i.h +++ b/TAO/examples/RTCORBA/Activity/Job_i.h @@ -37,12 +37,12 @@ class Job_i : public POA_Job, public virtual PortableServer::RefCountServantBase const ACE_CString& poa (void); /// = inteface Job method implementation. - virtual void work (CORBA::ULong work TAO_ENV_ARG_DECL) + virtual void work (CORBA::ULong work ACE_ENV_ARG_DECL) ACE_THROW_SPEC (( CORBA::SystemException )); - virtual void shutdown (TAO_ENV_SINGLE_ARG_DECL) + virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL) ACE_THROW_SPEC (( CORBA::SystemException )); |