summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Security/Send_File/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Security/Send_File/test_i.h')
-rw-r--r--TAO/orbsvcs/examples/Security/Send_File/test_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/examples/Security/Send_File/test_i.h b/TAO/orbsvcs/examples/Security/Send_File/test_i.h
index dce0675446b..729b1d933f8 100644
--- a/TAO/orbsvcs/examples/Security/Send_File/test_i.h
+++ b/TAO/orbsvcs/examples/Security/Send_File/test_i.h
@@ -31,11 +31,9 @@ public:
// ctor
// = The Simple_Server methods.
- void send_line (const char *line)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void send_line (const char *line);
- void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void shutdown (void);
private:
CORBA::ORB_var orb_;