summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1627_Regression/Test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1627_Regression/Test_i.h')
-rw-r--r--TAO/tests/Bug_1627_Regression/Test_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_1627_Regression/Test_i.h b/TAO/tests/Bug_1627_Regression/Test_i.h
index 43bcb9a548b..369ae33b782 100644
--- a/TAO/tests/Bug_1627_Regression/Test_i.h
+++ b/TAO/tests/Bug_1627_Regression/Test_i.h
@@ -18,7 +18,7 @@ public:
~Test_i (void);
/// A method
- void test_method(ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ void test_method(void)
ACE_THROW_SPEC ((CORBA::SystemException));
};