diff options
Diffstat (limited to 'TAO/tests/Cache_Growth_Test/Hello.cpp')
-rw-r--r-- | TAO/tests/Cache_Growth_Test/Hello.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Cache_Growth_Test/Hello.cpp b/TAO/tests/Cache_Growth_Test/Hello.cpp index 55edd4c9318..309a24676b8 100644 --- a/TAO/tests/Cache_Growth_Test/Hello.cpp +++ b/TAO/tests/Cache_Growth_Test/Hello.cpp @@ -30,5 +30,5 @@ void Hello::shutdown (void) ACE_THROW_SPEC ((CORBA::SystemException)) { - this->orb_->shutdown (0 ACE_ENV_ARG_PARAMETER); + this->orb_->shutdown (0); } |