summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Dynamic/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Dynamic/test_i.h')
-rw-r--r--TAO/tests/Portable_Interceptors/Dynamic/test_i.h18
1 files changed, 6 insertions, 12 deletions
diff --git a/TAO/tests/Portable_Interceptors/Dynamic/test_i.h b/TAO/tests/Portable_Interceptors/Dynamic/test_i.h
index 6999c24bd2b..fb6ffb675a8 100644
--- a/TAO/tests/Portable_Interceptors/Dynamic/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Dynamic/test_i.h
@@ -22,24 +22,18 @@ public:
Visual_i (CORBA::ORB_ptr orb);
virtual CORBA::Long calculate (CORBA::Long one,
- CORBA::Long two)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Long two);
void normal (CORBA::Long arg,
- CORBA::String_out msg)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::String_out msg);
- virtual Test_Interceptors::Visual::VarLenStruct * the_structure ()
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual Test_Interceptors::Visual::VarLenStruct * the_structure ();
- virtual void user (void)
- ACE_THROW_SPEC ((CORBA::SystemException, Test_Interceptors::Silly));
+ virtual void user (void);
- virtual void system (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void system (void);
- virtual void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void shutdown (void);
private: