summaryrefslogtreecommitdiff
path: root/TAO/tests/Typedef_String_Array/testImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Typedef_String_Array/testImpl.cpp')
-rw-r--r--TAO/tests/Typedef_String_Array/testImpl.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/Typedef_String_Array/testImpl.cpp b/TAO/tests/Typedef_String_Array/testImpl.cpp
index a71deedee5f..11f65c2a3be 100644
--- a/TAO/tests/Typedef_String_Array/testImpl.cpp
+++ b/TAO/tests/Typedef_String_Array/testImpl.cpp
@@ -27,8 +27,7 @@ TestImpl::TestImpl (CORBA::ORB_ptr orb)
void
-TestImpl::get_strings (ArrayOfString_out strings
- ACE_ENV_ARG_DECL_NOT_USED)
+TestImpl::get_strings (ArrayOfString_out strings)
ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_NEW (strings, ArrayOfString);