summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Event_Comm_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm/Event_Comm_i.h')
-rw-r--r--TAO/examples/Event_Comm/Event_Comm_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Event_Comm/Event_Comm_i.h b/TAO/examples/Event_Comm/Event_Comm_i.h
index de2509e181a..4f45b0de3bd 100644
--- a/TAO/examples/Event_Comm/Event_Comm_i.h
+++ b/TAO/examples/Event_Comm/Event_Comm_i.h
@@ -33,7 +33,7 @@ class ShutdownCallback
{
public:
/// Destructor.
- virtual ~ShutdownCallback (void);
+ virtual ~ShutdownCallback ();
/// This method is to be called to shutdown the application.
virtual void close (void) = 0;
@@ -48,10 +48,10 @@ class Consumer_i : public POA_Event_Comm::Consumer
{
public:
/// Constructor.
- Consumer_i (void);
+ Consumer_i ();
/// Destructor.
- ~Consumer_i (void);
+ ~Consumer_i ();
/// set the ACE_Reactor to use when quitting.
void set_reactor (ACE_Reactor *reactor);