summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log/Event/Event_Supplier.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Log/Event/Event_Supplier.h')
-rw-r--r--TAO/orbsvcs/examples/Log/Event/Event_Supplier.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/Log/Event/Event_Supplier.h b/TAO/orbsvcs/examples/Log/Event/Event_Supplier.h
index 6b2d7a484d3..e1639955cd7 100644
--- a/TAO/orbsvcs/examples/Log/Event/Event_Supplier.h
+++ b/TAO/orbsvcs/examples/Log/Event/Event_Supplier.h
@@ -30,7 +30,7 @@ class Supplier : public POA_CosEventComm::PushSupplier
// This class is a supplier of events.
//
public:
- Supplier (void);
+ Supplier ();
// Constructor
int run (int argc, ACE_TCHAR* argv[]);
@@ -38,7 +38,7 @@ public:
// = The CosEventComm::PushSupplier methods
- virtual void disconnect_push_supplier (void);
+ virtual void disconnect_push_supplier ();
// The skeleton methods.
private: