summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Bug_1559/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Bug_1559/test_i.h')
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_1559/test_i.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/TAO/tests/Portable_Interceptors/Bug_1559/test_i.h b/TAO/tests/Portable_Interceptors/Bug_1559/test_i.h
index 5a6df58c457..cda32b963d9 100644
--- a/TAO/tests/Portable_Interceptors/Bug_1559/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Bug_1559/test_i.h
@@ -28,21 +28,20 @@ public:
Visual_i (CORBA::ORB_ptr orb);
- void normal (CORBA::Long arg
- ACE_ENV_ARG_DECL_WITH_DEFAULTS)
+ void normal (CORBA::Long arg)
ACE_THROW_SPEC ((CORBA::SystemException));
- void nothing (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ void nothing (void)
ACE_THROW_SPEC ((CORBA::SystemException));
- void user (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ void user (void)
ACE_THROW_SPEC ((CORBA::SystemException,
Test_Interceptors::Silly));
- void system (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ void system (void)
ACE_THROW_SPEC ((CORBA::SystemException));
- void shutdown (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ void shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException));
private: