summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/RTCosScheduling/Object1_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/RTCosScheduling/Object1_i.h')
-rw-r--r--TAO/orbsvcs/tests/RTCosScheduling/Object1_i.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/RTCosScheduling/Object1_i.h b/TAO/orbsvcs/tests/RTCosScheduling/Object1_i.h
index 84c5d0c9b4f..c13c2fc78f4 100644
--- a/TAO/orbsvcs/tests/RTCosScheduling/Object1_i.h
+++ b/TAO/orbsvcs/tests/RTCosScheduling/Object1_i.h
@@ -29,18 +29,16 @@ class Object1_impl : public POA_testSched::Object1,
public PortableServer::RefCountServantBase
{
public:
- Object1_impl()
- throw (CORBA::SystemException);
+ Object1_impl();
- virtual ~Object1_impl()
- throw (CORBA::SystemException);
+ virtual ~Object1_impl();
virtual void method1(const char *activity,
CORBA::Long seconds,
char *&output
ACE_ENV_ARG_DECL_WITH_DEFAULTS
)
- throw (testSched::testSchedException);
+ ACE_THROW_SPEC ((CORBA::SystemException, testSched::testSchedException));
};
#endif /* Object1_I_H */