summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Collocation/Collocation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Collocation/Collocation.cpp')
-rw-r--r--TAO/tests/RTCORBA/Collocation/Collocation.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tests/RTCORBA/Collocation/Collocation.cpp b/TAO/tests/RTCORBA/Collocation/Collocation.cpp
index efbdd6407a8..813b5429d2d 100644
--- a/TAO/tests/RTCORBA/Collocation/Collocation.cpp
+++ b/TAO/tests/RTCORBA/Collocation/Collocation.cpp
@@ -35,11 +35,9 @@ public:
PortableServer::POA_ptr poa,
Tests &tests);
- void start (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void start (void);
- void method (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void method (void);
PortableServer::POA_ptr _default_POA (void);
@@ -208,7 +206,6 @@ test_i::invocation_priority (RTCORBA::Priority invocation_priority)
void
test_i::start (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,
"\n"));
@@ -288,7 +285,6 @@ test_i::thread_info (const char *method_name)
void
test_i::method (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->thread_info ("test_i::method");
}