summaryrefslogtreecommitdiff
path: root/ace/SOCK_SEQPACK_Connector.i
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-06-14 13:58:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-06-14 13:58:59 +0000
commit62df95b3bc2d2d6e9de132b8d28cabec22326619 (patch)
treea0cf7224cf47f51ebf9c88774dd3c7f2ce055852 /ace/SOCK_SEQPACK_Connector.i
parent3f1c3013d7131d5a77038350c42c59a2a948ccad (diff)
downloadATCD-62df95b3bc2d2d6e9de132b8d28cabec22326619.tar.gz
ChangeLogTag: Mon Jun 14 13:58:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/SOCK_SEQPACK_Connector.i')
-rw-r--r--ace/SOCK_SEQPACK_Connector.i7
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/SOCK_SEQPACK_Connector.i b/ace/SOCK_SEQPACK_Connector.i
index 319308bf30d..6450abb6ce9 100644
--- a/ace/SOCK_SEQPACK_Connector.i
+++ b/ace/SOCK_SEQPACK_Connector.i
@@ -1,11 +1,10 @@
/* -*- C++ -*- */
-// SOCK_SEQPACK_Connector.i
// $Id$
// This constructor is used by a client when it wants to connect to
// the specified REMOTE_SAP address using a blocking open.
-ASYS_INLINE
+ACE_INLINE
ACE_SOCK_SEQPACK_Connector::~ACE_SOCK_SEQPACK_Connector (void)
{
ACE_TRACE ("ACE_SOCK_SEQPACK_Connector::~ACE_SOCK_SEQPACK_Connector");
@@ -13,13 +12,13 @@ ACE_SOCK_SEQPACK_Connector::~ACE_SOCK_SEQPACK_Connector (void)
// Do-nothing constructor...
-ASYS_INLINE
+ACE_INLINE
ACE_SOCK_SEQPACK_Connector::ACE_SOCK_SEQPACK_Connector (void)
{
ACE_TRACE ("ACE_SOCK_SEQPACK_Connector::ACE_SOCK_SEQPACK_Connector");
}
-ASYS_INLINE int
+ACE_INLINE int
ACE_SOCK_SEQPACK_Connector::reset_new_handle (ACE_HANDLE handle)
{
#if defined (ACE_HAS_WINSOCK2) && (ACE_HAS_WINSOCK2 != 0)