diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-20 15:46:59 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-20 15:46:59 +0000 |
commit | 963520d643248373f8a1b7cb376f06d480bc1b9e (patch) | |
tree | f7d16cb4c2dd3ef180d05dae6df049a0844a083d /TAO/tests/MT_Server/test_i.h | |
parent | 94dcd75d1263ad5d33319b5dcab5d9174bbbabb2 (diff) | |
download | ATCD-963520d643248373f8a1b7cb376f06d480bc1b9e.tar.gz |
ChangeLogTag: Sun May 20 10:43:02 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/MT_Server/test_i.h')
-rw-r--r-- | TAO/tests/MT_Server/test_i.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/MT_Server/test_i.h b/TAO/tests/MT_Server/test_i.h index f7187dbb051..c49f47c8741 100644 --- a/TAO/tests/MT_Server/test_i.h +++ b/TAO/tests/MT_Server/test_i.h @@ -32,10 +32,10 @@ public: // = The Simple_Server methods. CORBA::Long test_method (CORBA::Long x, CORBA::Environment&) - ACE_THROW_SPEC (()); + ACE_THROW_SPEC ((CORBA::SystemException)); void shutdown (CORBA::Environment&) - ACE_THROW_SPEC (()); + ACE_THROW_SPEC ((CORBA::SystemException)); private: CORBA::ORB_var orb_; |