summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r--TAO/tao/ORB.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index b090a3be18f..8d7ae330e11 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -967,9 +967,9 @@ CORBA::ORB::resolve_root_poa (ACE_ENV_SINGLE_ARG_DECL)
}
CORBA::Object_ptr
-CORBA::ORB::resolve_poa_current (ACE_ENV_SINGLE_ARG_DECL)
+CORBA::ORB::resolve_poa_current (void)
{
- return this->orb_core_->poa_current (ACE_ENV_SINGLE_ARG_PARAMETER);
+ return this->orb_core_->poa_current (void);
}
CORBA::Object_ptr