summaryrefslogtreecommitdiff
path: root/TAO/examples/RTCORBA/Activity/Job_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/RTCORBA/Activity/Job_i.h')
-rw-r--r--TAO/examples/RTCORBA/Activity/Job_i.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/examples/RTCORBA/Activity/Job_i.h b/TAO/examples/RTCORBA/Activity/Job_i.h
index 3426fda03df..55ca6d6edc1 100644
--- a/TAO/examples/RTCORBA/Activity/Job_i.h
+++ b/TAO/examples/RTCORBA/Activity/Job_i.h
@@ -38,7 +38,8 @@ class activity_Export Job_i : public POA_Job, public virtual PortableServer::Ref
const ACE_CString& poa (void);
/// = inteface Job method implementation.
- virtual void work (CORBA::ULong work ACE_ENV_ARG_DECL)
+ virtual void work (CORBA::ULong work,
+ const Job::data& payload ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((
CORBA::SystemException
));