summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/chat/Client_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/chat/Client_i.h')
-rw-r--r--TAO/examples/Simple/chat/Client_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simple/chat/Client_i.h b/TAO/examples/Simple/chat/Client_i.h
index c9c8d33be78..beb17fffb9d 100644
--- a/TAO/examples/Simple/chat/Client_i.h
+++ b/TAO/examples/Simple/chat/Client_i.h
@@ -40,13 +40,13 @@ class Client_i : public ACE_Event_Handler
{
public:
/// Constructor.
- Client_i (void);
+ Client_i ();
/// Initialize the client communication with the server.
int init (int argc, ACE_TCHAR *argv[]);
/// Start the ORB object.
- int run (void);
+ int run ();
/// Handle the user input.
virtual int handle_input (ACE_HANDLE);