summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.h b/TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.h
index 42f31efcd2c..1509d8e2949 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.h
@@ -33,7 +33,7 @@ class TAO_Notify_Serv_Export TAO_CosNotify_Service : public TAO_Notify_Service
{
public:
/// Constructor
- TAO_CosNotify_Service (void);
+ TAO_CosNotify_Service ();
/// Destructor
virtual ~TAO_CosNotify_Service ();
@@ -69,10 +69,10 @@ protected:
private:
/// Create the Factory for Notify objects.
- virtual TAO_Notify_Factory* create_factory (void);
+ virtual TAO_Notify_Factory* create_factory ();
/// Create the Builder for Notify objects.
- virtual TAO_Notify_Builder* create_builder (void);
+ virtual TAO_Notify_Builder* create_builder ();
/// Set thread options on @a qos.
void set_threads (CosNotification::QoSProperties &qos, int threads);