summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/chat/Receiver_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/chat/Receiver_i.h')
-rw-r--r--TAO/examples/Simple/chat/Receiver_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Simple/chat/Receiver_i.h b/TAO/examples/Simple/chat/Receiver_i.h
index 1f9fa39a46a..8a552707ea8 100644
--- a/TAO/examples/Simple/chat/Receiver_i.h
+++ b/TAO/examples/Simple/chat/Receiver_i.h
@@ -27,10 +27,10 @@ class Receiver_i : public POA_Receiver
{
public:
/// Constructor.
- Receiver_i (void);
+ Receiver_i ();
/// Destructor.
- virtual ~Receiver_i (void);
+ virtual ~Receiver_i ();
/// Receives a message string.
virtual void message (const char *msg);
@@ -40,7 +40,7 @@ public:
* implementation should shutdown the chat client in response to
* this.
*/
- virtual void shutdown (void);
+ virtual void shutdown ();
/// Set the ORB pointer.
void orb (CORBA::ORB_ptr o);