summaryrefslogtreecommitdiff
path: root/TAO/tests/ForwardUponObjectNotExist/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ForwardUponObjectNotExist/client.cpp')
-rw-r--r--TAO/tests/ForwardUponObjectNotExist/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/ForwardUponObjectNotExist/client.cpp b/TAO/tests/ForwardUponObjectNotExist/client.cpp
index fe0f24b6c99..ba98b629398 100644
--- a/TAO/tests/ForwardUponObjectNotExist/client.cpp
+++ b/TAO/tests/ForwardUponObjectNotExist/client.cpp
@@ -60,7 +60,7 @@ public:
/// The actual implementation of the test
virtual void run_test (void);
- virtual int svc (void);
+ virtual int svc ();
/// Caught OBJECT_NOT_EXIST exception ?
bool got_object_not_exist () const;