summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/client.h')
-rw-r--r--TAO/examples/Quoter/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Quoter/client.h b/TAO/examples/Quoter/client.h
index d5bae5c6332..9a58d890955 100644
--- a/TAO/examples/Quoter/client.h
+++ b/TAO/examples/Quoter/client.h
@@ -103,7 +103,7 @@ class Quoter_Task : public ACE_Task<ACE_SYNCH>
public:
Quoter_Task (int argc, ACE_TCHAR **argv);
- virtual int svc (void);
+ virtual int svc ();
private:
Quoter_Client quoter_client;