summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2560_Regression/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2560_Regression/server.cpp')
-rw-r--r--TAO/tests/Bug_2560_Regression/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2560_Regression/server.cpp b/TAO/tests/Bug_2560_Regression/server.cpp
index 7922fd05f71..b1ad877149b 100644
--- a/TAO/tests/Bug_2560_Regression/server.cpp
+++ b/TAO/tests/Bug_2560_Regression/server.cpp
@@ -55,7 +55,7 @@ int main (int argc, char* argv[])
// Creation of the new POAs over, so destroy the Policy_ptr's.
for ( size_t i = 0 ; i < policies.length (); ++i ) {
CORBA::Policy_ptr policy = policies[i];
- policy->destroy (ACE_ENV_SINGLE_ARG_PARAMETER);
+ policy->destroy ();
}
// use this poa for making system objects