summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_UDP.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Gateway_UDP.i')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Gateway_UDP.i8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_UDP.i b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_UDP.i
index 3f3188711df..5d494997767 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_UDP.i
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_UDP.i
@@ -63,7 +63,7 @@ TAO_ECG_UDP_Request_Index::hash (void) const
ACE_INLINE int
TAO_ECG_UDP_Request_Index::operator== (const TAO_ECG_UDP_Request_Index& rhs) const
{
- return (this->from == rhs.from &&
+ return (this->from == rhs.from &&
this->request_id == rhs.request_id);
}
@@ -75,14 +75,16 @@ TAO_ECG_UDP_Request_Index::operator!= (const TAO_ECG_UDP_Request_Index& rhs) con
// ****************************************************************
-ACE_INLINE void
+void
TAO_ECG_UDP_Request_Entry::inc_timeout (void)
{
this->timeout_counter_++;
}
-ACE_INLINE int
+int
TAO_ECG_UDP_Request_Entry::get_timeout (void) const
{
return this->timeout_counter_;
}
+
+