summaryrefslogtreecommitdiff
path: root/TAO/examples/OBV/Typed_Events/Server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/OBV/Typed_Events/Server_i.h')
-rw-r--r--TAO/examples/OBV/Typed_Events/Server_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/OBV/Typed_Events/Server_i.h b/TAO/examples/OBV/Typed_Events/Server_i.h
index 01ee4d8fdb3..f433bc1e191 100644
--- a/TAO/examples/OBV/Typed_Events/Server_i.h
+++ b/TAO/examples/OBV/Typed_Events/Server_i.h
@@ -21,10 +21,10 @@ class Checkpoint_i : public POA_Checkpoint
{
public:
/// Constructor.
- Checkpoint_i (void);
+ Checkpoint_i ();
/// Destructor.
- ~Checkpoint_i (void);
+ ~Checkpoint_i ();
virtual void put_event (
Event * e
@@ -34,7 +34,7 @@ public:
);
/// Shutdown the server.
- virtual void shutdown (void);
+ virtual void shutdown ();
/// Set the ORB pointer.
void orb (CORBA::ORB_ptr o);