summaryrefslogtreecommitdiff
path: root/TAO/tests/CallbackTest/Callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CallbackTest/Callback.h')
-rw-r--r--TAO/tests/CallbackTest/Callback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/CallbackTest/Callback.h b/TAO/tests/CallbackTest/Callback.h
index d98dc9313d3..cc0e453bcc1 100644
--- a/TAO/tests/CallbackTest/Callback.h
+++ b/TAO/tests/CallbackTest/Callback.h
@@ -17,7 +17,7 @@ public:
Callback (CORBA::ORB_ptr orb);
// = The skeleton methods
- virtual CORBA::Boolean are_you_there (CORBA::String_out answer ACE_ENV_ARG_DECL_WITH_DEFAULTS)
+ virtual CORBA::Boolean are_you_there (CORBA::String_out answer)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual void test_oneway (void)