summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Servant_var.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/EC_Federated_Latency/Servant_var.cpp')
-rw-r--r--TAO/orbsvcs/performance-tests/EC_Federated_Latency/Servant_var.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Servant_var.cpp b/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Servant_var.cpp
index f4a796be00b..6a0d81d8dbe 100644
--- a/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Servant_var.cpp
+++ b/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Servant_var.cpp
@@ -23,7 +23,7 @@ Servant_var<SERVANT>::~Servant_var ()
ACE_DECLARE_NEW_CORBA_ENV;
ACE_TRY {
- this->ptr_->_remove_ref (ACE_TRY_ENV);
+ this->ptr_->_remove_ref (TAO_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
} ACE_CATCHANY {
// @@ This event should be logged...