summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Simple/server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/Simple/server_i.h')
-rw-r--r--TAO/tests/NestedUpcall/Simple/server_i.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tests/NestedUpcall/Simple/server_i.h b/TAO/tests/NestedUpcall/Simple/server_i.h
index ce84f3493c8..adc1cf9dd25 100644
--- a/TAO/tests/NestedUpcall/Simple/server_i.h
+++ b/TAO/tests/NestedUpcall/Simple/server_i.h
@@ -8,15 +8,12 @@ public:
server_i (int quiet,
CORBA::ORB_ptr orb);
- void ping (CORBA::UShort time_to_live)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void ping (CORBA::UShort time_to_live);
void start (client_ptr c,
- CORBA::UShort time_to_live)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::UShort time_to_live);
- void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void shutdown (void);
private:
int quiet_;