summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-12-09 16:35:56 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-12-09 16:35:56 +0000
commit1751f834f0ef1ceb2557d486baca61f9f72c4a7e (patch)
tree4d3271567ec5654dc8cf690af18b03c435ad19fe /TAO/orbsvcs
parent1b902a1f7dcb42256d7ff1e5ddabb9f731c4b494 (diff)
downloadATCD-1751f834f0ef1ceb2557d486baca61f9f72c4a7e.tar.gz
ChangeLogTag:Mon Dec 9 16:33:07 UTC 2002 Don Hinton <dhinton@ieee.org>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_EH.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_EH.i b/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_EH.i
index d13f27b7c10..2c530c3da1a 100644
--- a/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_EH.i
+++ b/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_EH.i
@@ -1,13 +1,13 @@
/* -*- C++ -*- */
// $Id$
-int
+ACE_INLINE int
TAO_ECG_Mcast_Socket::increment (void)
{
return TAO_Synch_Refcountable::increment ();
}
-int
+ACE_INLINE int
TAO_ECG_Mcast_Socket::refcount (void) const
{
return TAO_Synch_Refcountable::refcount ();