summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-08-27 03:27:38 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-08-27 03:27:38 +0000
commit14114679efb80005642040059fd97a848f259f22 (patch)
tree561cb44c879af8ea155b333f4fbbf0508dbda1a8
parent79ddb6c597d2d139699e06f3a5db8727d30ee0c9 (diff)
downloadATCD-14114679efb80005642040059fd97a848f259f22.tar.gz
ChangeLogTag: Sun Aug 26 22:08:32 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--ace/TP_Reactor.i2
-rw-r--r--ace/Timer_Queue_T.i2
2 files changed, 2 insertions, 2 deletions
diff --git a/ace/TP_Reactor.i b/ace/TP_Reactor.i
index aaf8ba89e4b..30754ecde64 100644
--- a/ace/TP_Reactor.i
+++ b/ace/TP_Reactor.i
@@ -16,7 +16,6 @@ ACE_EH_Dispatch_Info::reset (void)
this->callback_ = 0;
}
-ACE_INLINE int
ACE_INLINE
ACE_EH_Dispatch_Info::ACE_EH_Dispatch_Info (void)
@@ -38,6 +37,7 @@ ACE_EH_Dispatch_Info::set (ACE_HANDLE handle,
this->callback_ = callback;
}
+ACE_INLINE int
ACE_EH_Dispatch_Info::dispatch (void) const
{
return this->dispatch_;
diff --git a/ace/Timer_Queue_T.i b/ace/Timer_Queue_T.i
index 612090f9475..abe449f1149 100644
--- a/ace/Timer_Queue_T.i
+++ b/ace/Timer_Queue_T.i
@@ -121,7 +121,7 @@ ACE_Timer_Node_T<TYPE>::set_timer_id (long timer_id)
}
template <class TYPE> ACE_INLINE void
-ACE_Timer_Node_T<TYPE>::get_dispatch_info (DISPATCH_INFO &info)
+ACE_Timer_Node_T<TYPE>::get_dispatch_info (ACE_Timer_Node_T<TYPE>::DISPATCH_INFO &info)
{
// Yes, do a copy
info.type_ = this->type_;