summaryrefslogtreecommitdiff
path: root/TAO/tests/ForwardOnceUponException/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ForwardOnceUponException/test_i.cpp')
-rw-r--r--TAO/tests/ForwardOnceUponException/test_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/ForwardOnceUponException/test_i.cpp b/TAO/tests/ForwardOnceUponException/test_i.cpp
index c77bd7b2527..3060c08666a 100644
--- a/TAO/tests/ForwardOnceUponException/test_i.cpp
+++ b/TAO/tests/ForwardOnceUponException/test_i.cpp
@@ -39,7 +39,7 @@ Simple_Server_i::test_is_a (const char * /* type */)
}
void
-Simple_Server_i::shutdown (void)
+Simple_Server_i::shutdown ()
{
this->orb_->shutdown (false);
}