summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/EC_Colocated_Latency/POA_Destroyer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/EC_Colocated_Latency/POA_Destroyer.cpp')
-rw-r--r--TAO/orbsvcs/performance-tests/EC_Colocated_Latency/POA_Destroyer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/performance-tests/EC_Colocated_Latency/POA_Destroyer.cpp b/TAO/orbsvcs/performance-tests/EC_Colocated_Latency/POA_Destroyer.cpp
index dd1547a0ce2..c4f20a5d71b 100644
--- a/TAO/orbsvcs/performance-tests/EC_Colocated_Latency/POA_Destroyer.cpp
+++ b/TAO/orbsvcs/performance-tests/EC_Colocated_Latency/POA_Destroyer.cpp
@@ -20,7 +20,7 @@ POA_Destroyer::~POA_Destroyer ()
ACE_DECLARE_NEW_CORBA_ENV;
ACE_TRY {
this->poa_->destroy (1, 1
- TAO_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
} ACE_CATCHANY {
// @@ This event should be logged...