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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/RTCORBA/Activity/Job_i.h b/TAO/examples/RTCORBA/Activity/Job_i.h
index 7eda03d5f40..f1e532d5711 100644
--- a/TAO/examples/RTCORBA/Activity/Job_i.h
+++ b/TAO/examples/RTCORBA/Activity/Job_i.h
@@ -24,19 +24,19 @@ class Job_i : public POA_Job
{
public:
/// Constructor
- Job_i (void);
+ Job_i ();
/// Init the state of this object.
int init (ACE_Arg_Shifter& arg_shifter);
/// = Accessors
- const ACE_CString& name (void);
- const ACE_CString& poa (void);
+ const ACE_CString& name ();
+ const ACE_CString& poa ();
/// = inteface Job method implementation.
virtual void work (CORBA::ULong work);
- virtual void shutdown (void);
+ virtual void shutdown ();
protected:
/// The name of this Job
ACE_CString job_name_;