summaryrefslogtreecommitdiff
path: root/ace/LOCK_SOCK_Acceptor.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-29 14:22:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-29 14:22:20 +0000
commit37dfb3e1683f91118243221aeff1d7cfa14314c1 (patch)
tree502c22a811e5a30f368871ac20c9b3fbbcf4f4d2 /ace/LOCK_SOCK_Acceptor.cpp
parentccadfe5e3609eaa520e903b12febd57d6d69163b (diff)
downloadATCD-37dfb3e1683f91118243221aeff1d7cfa14314c1.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/LOCK_SOCK_Acceptor.cpp')
-rw-r--r--ace/LOCK_SOCK_Acceptor.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/LOCK_SOCK_Acceptor.cpp b/ace/LOCK_SOCK_Acceptor.cpp
index de63cc7b33f..8c0a1774199 100644
--- a/ace/LOCK_SOCK_Acceptor.cpp
+++ b/ace/LOCK_SOCK_Acceptor.cpp
@@ -12,11 +12,11 @@ ACE_LOCK_SOCK_Acceptor<ACE_LOCK>::accept (ACE_SOCK_Stream &stream,
{
ACE_GUARD_RETURN (ACE_LOCK, ace_mon, (ACE_LOCK &) this->lock_, -1);
- return SUPER::accept (stream,
- remote_address,
- timeout,
- restart,
- reset_new_handle);
+ return ACE_SOCK_Acceptor::accept (stream,
+ remote_address,
+ timeout,
+ restart,
+ reset_new_handle);
}
template <class ACE_LOCK> ACE_LOCK &