summaryrefslogtreecommitdiff
path: root/ACE/ace/LOCK_SOCK_Acceptor.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 09:35:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 09:35:44 +0000
commitccd8d0fde164448b6258d9de3574e52374edc829 (patch)
treec955d352994cbd1cd500768dfe64f31e35ecfd9a /ACE/ace/LOCK_SOCK_Acceptor.h
parent7c4c934daf46588a0afbc2cf974fdc8946d49815 (diff)
downloadATCD-ccd8d0fde164448b6258d9de3574e52374edc829.tar.gz
Diffstat (limited to 'ACE/ace/LOCK_SOCK_Acceptor.h')
-rw-r--r--ACE/ace/LOCK_SOCK_Acceptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/LOCK_SOCK_Acceptor.h b/ACE/ace/LOCK_SOCK_Acceptor.h
index cfca422e8d7..55c953e69ff 100644
--- a/ACE/ace/LOCK_SOCK_Acceptor.h
+++ b/ACE/ace/LOCK_SOCK_Acceptor.h
@@ -42,8 +42,8 @@ public:
int accept (ACE_SOCK_Stream &new_stream,
ACE_Addr *remote_addr = 0,
ACE_Time_Value *timeout = 0,
- int restart = 1,
- int reset_new_handle = 0) const;
+ bool restart = true,
+ bool reset_new_handle = false) const;
/// Return a reference to the lock.
ACE_LOCK &lock (void);