diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-24 15:39:09 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-24 15:39:09 +0000 |
commit | b273c8bbb2bb98b5b862d1ce24855ae207b4eb0c (patch) | |
tree | 70bff03d1cf156ecf05ee4c5c338d8ce423e64ee /TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.h | |
parent | d43378e7d80d7db5bb3517e16b858fb09b117007 (diff) | |
download | ATCD-b273c8bbb2bb98b5b862d1ce24855ae207b4eb0c.tar.gz |
Wed Jan 24 14:00:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.h')
-rw-r--r-- | TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.h b/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.h index b54786ea808..be8f97fc337 100644 --- a/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.h +++ b/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.h @@ -35,10 +35,10 @@ public: ~TAO_Notify_ThreadPool_Supplier_Client (); /// Init - void _init (ACE_ENV_SINGLE_ARG_DECL); + void _init (void); /// Run - void run (ACE_ENV_SINGLE_ARG_DECL); + void run (void); /// Parse Args int parse_args (int argc, char *argv[]); @@ -48,10 +48,10 @@ public: protected: /// Create an EC - CosNotifyChannelAdmin::EventChannel_ptr create_ec (ACE_ENV_SINGLE_ARG_DECL); + CosNotifyChannelAdmin::EventChannel_ptr create_ec (void); /// Write ior to file. - void write_ior (ACE_ENV_SINGLE_ARG_DECL); + void write_ior (void); /// ORB Objects. TAO_Notify_ORB_Objects orb_objects_; |