summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Memory/IORsize/Memory_Growth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Memory/IORsize/Memory_Growth.cpp')
-rw-r--r--TAO/performance-tests/Memory/IORsize/Memory_Growth.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/performance-tests/Memory/IORsize/Memory_Growth.cpp b/TAO/performance-tests/Memory/IORsize/Memory_Growth.cpp
index fd523b90fe6..f988231fea5 100644
--- a/TAO/performance-tests/Memory/IORsize/Memory_Growth.cpp
+++ b/TAO/performance-tests/Memory/IORsize/Memory_Growth.cpp
@@ -15,7 +15,7 @@ Memory_Growth::Memory_Growth (CORBA::ORB_ptr orb)
void
Memory_Growth::send_objref (const Test::PayLoad & /*p*/
- ACE_ENV_ARG_DECL_NOT_USED)
+ )
ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_Manual_Event me;
@@ -31,8 +31,8 @@ Memory_Growth::send_objref (const Test::PayLoad & /*p*/
}
void
-Memory_Growth::shutdown (ACE_ENV_SINGLE_ARG_DECL)
+Memory_Growth::shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->orb_->shutdown (0 ACE_ENV_ARG_PARAMETER);
+ this->orb_->shutdown (0);
}