summaryrefslogtreecommitdiff
path: root/TAO/tests/ForwardOnceUponException/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ForwardOnceUponException/client.cpp')
-rw-r--r--TAO/tests/ForwardOnceUponException/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/ForwardOnceUponException/client.cpp b/TAO/tests/ForwardOnceUponException/client.cpp
index 2a0223db73b..3ebab564f83 100644
--- a/TAO/tests/ForwardOnceUponException/client.cpp
+++ b/TAO/tests/ForwardOnceUponException/client.cpp
@@ -71,7 +71,7 @@ public:
// Constructor
// = The Task_Base methods
- virtual int svc (void);
+ virtual int svc ();
// Caught any exception ?
int received_ex_kind () const;