diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-12 09:23:36 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-12 09:23:36 +0000 |
commit | cd82c8b31f82f535c69a3c4f3c86dd9c9e1123dc (patch) | |
tree | c065201a8b02e5cc1efe8f37480fc34e375478f8 /TAO/examples/AMI/FL_Callback/Progress_i.h | |
parent | b65364353b8af34317a0d48ba47cecd3c48d5c40 (diff) | |
download | ATCD-cd82c8b31f82f535c69a3c4f3c86dd9c9e1123dc.tar.gz |
Mon Feb 12 09:20:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/examples/AMI/FL_Callback/Progress_i.h')
-rw-r--r-- | TAO/examples/AMI/FL_Callback/Progress_i.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/examples/AMI/FL_Callback/Progress_i.h b/TAO/examples/AMI/FL_Callback/Progress_i.h index 3761dd58206..7d9c8fbe9ee 100644 --- a/TAO/examples/AMI/FL_Callback/Progress_i.h +++ b/TAO/examples/AMI/FL_Callback/Progress_i.h @@ -73,12 +73,9 @@ public: // ctor // = The Progress methods. - void sent_request (CORBA::Long id) - ACE_THROW_SPEC ((CORBA::SystemException)); - void recv_reply (CORBA::Long id) - ACE_THROW_SPEC ((CORBA::SystemException)); - CORBA::Long bind (Peer_ptr a_peer) - ACE_THROW_SPEC ((CORBA::SystemException)); + void sent_request (CORBA::Long id); + void recv_reply (CORBA::Long id); + CORBA::Long bind (Peer_ptr a_peer); private: Progress_Window* window_; |