From c801f87e59c00f72bdeb5ce7bd0d276674665bac Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 24 Jan 2007 15:39:09 +0000 Subject: Wed Jan 24 14:00:12 UTC 2007 Johnny Willemsen --- TAO/orbsvcs/tests/Bug_2709_Regression/TestImpl.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TAO/orbsvcs/tests/Bug_2709_Regression/TestImpl.cpp') diff --git a/TAO/orbsvcs/tests/Bug_2709_Regression/TestImpl.cpp b/TAO/orbsvcs/tests/Bug_2709_Regression/TestImpl.cpp index e81edb9b66e..2f7fb7e268b 100644 --- a/TAO/orbsvcs/tests/Bug_2709_Regression/TestImpl.cpp +++ b/TAO/orbsvcs/tests/Bug_2709_Regression/TestImpl.cpp @@ -8,16 +8,16 @@ TestImpl::TestImpl (CORBA::ORB_ptr orb) { } -// virtual -void TestImpl::myMethod (ACE_ENV_SINGLE_ARG_DECL) +// virtual +void TestImpl::myMethod (void) ACE_THROW_SPEC ((CORBA::SystemException)) { ACE_DEBUG ((LM_ERROR, "(%P): TestImpl::myMethod called!.\n") ); } -// virtual -void TestImpl::shutdown (ACE_ENV_SINGLE_ARG_DECL) +// virtual +void TestImpl::shutdown (void) ACE_THROW_SPEC ((CORBA::SystemException)) { // Give the client thread time to return from the collocated -- cgit v1.2.1