summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Reply_Dispatcher_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Asynch_Reply_Dispatcher_Base.h')
-rw-r--r--TAO/tao/Asynch_Reply_Dispatcher_Base.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tao/Asynch_Reply_Dispatcher_Base.h b/TAO/tao/Asynch_Reply_Dispatcher_Base.h
index ef6c5bc5fed..b1c90db0337 100644
--- a/TAO/tao/Asynch_Reply_Dispatcher_Base.h
+++ b/TAO/tao/Asynch_Reply_Dispatcher_Base.h
@@ -64,9 +64,7 @@ public:
virtual void reply_timed_out (void) = 0;
/// Install the timeout handler
- virtual long schedule_timer (CORBA::ULong ,
- const ACE_Time_Value &
- ) = 0;
+ virtual long schedule_timer (CORBA::ULong , const ACE_Time_Value &) = 0;
/// @name Mutators for refcount
//@{
@@ -155,8 +153,7 @@ namespace TAO
class TAO_Export ARDB_Refcount_Functor
{
public:
- void operator() (TAO_Asynch_Reply_Dispatcher_Base *ardb)
- ACE_THROW_SPEC (());
+ void operator() (TAO_Asynch_Reply_Dispatcher_Base *ardb) throw ();
};
}