summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Simple/client_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/Simple/client_i.h')
-rw-r--r--TAO/tests/NestedUpcall/Simple/client_i.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/NestedUpcall/Simple/client_i.h b/TAO/tests/NestedUpcall/Simple/client_i.h
index e58d414344e..b0d308f04b8 100644
--- a/TAO/tests/NestedUpcall/Simple/client_i.h
+++ b/TAO/tests/NestedUpcall/Simple/client_i.h
@@ -9,8 +9,7 @@ public:
server_ptr s);
// Constructor.
- void ping (CORBA::UShort time_to_live)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void ping (CORBA::UShort time_to_live);
private:
int quiet_;