summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1495_Regression/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1495_Regression/test_i.h')
-rw-r--r--TAO/tests/Bug_1495_Regression/test_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Bug_1495_Regression/test_i.h b/TAO/tests/Bug_1495_Regression/test_i.h
index db21e2a6abb..146a65f5c07 100644
--- a/TAO/tests/Bug_1495_Regression/test_i.h
+++ b/TAO/tests/Bug_1495_Regression/test_i.h
@@ -50,11 +50,11 @@ public:
virtual ~Bug1495_i (void);
virtual
- void get_thread_id (CORBA::Long_out thread_id ACE_ENV_ARG_DECL_WITH_DEFAULTS)
+ void get_thread_id (CORBA::Long_out thread_id)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual
- void shutdown (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ void shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException));
private:
CORBA::ORB_ptr orb_;