summaryrefslogtreecommitdiff
path: root/TAO/examples/AMI/FL_Callback/Progress_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/AMI/FL_Callback/Progress_i.h')
-rw-r--r--TAO/examples/AMI/FL_Callback/Progress_i.h9
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_;