summaryrefslogtreecommitdiff
path: root/TAO/tests/Abstract_Interface/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Abstract_Interface/test_i.cpp')
-rw-r--r--TAO/tests/Abstract_Interface/test_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Abstract_Interface/test_i.cpp b/TAO/tests/Abstract_Interface/test_i.cpp
index 7ec9006996a..65900ae7808 100644
--- a/TAO/tests/Abstract_Interface/test_i.cpp
+++ b/TAO/tests/Abstract_Interface/test_i.cpp
@@ -43,7 +43,7 @@ passer_i::passer_i (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa)
}
void
-passer_i::shutdown (void)
+passer_i::shutdown ()
{
this->orb_->shutdown (false);
}