summaryrefslogtreecommitdiff
path: root/ACE/ace/SOCK_SEQPACK_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/SOCK_SEQPACK_Acceptor.h
parent7c4c934daf46588a0afbc2cf974fdc8946d49815 (diff)
downloadATCD-ccd8d0fde164448b6258d9de3574e52374edc829.tar.gz
Diffstat (limited to 'ACE/ace/SOCK_SEQPACK_Acceptor.h')
-rw-r--r--ACE/ace/SOCK_SEQPACK_Acceptor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/SOCK_SEQPACK_Acceptor.h b/ACE/ace/SOCK_SEQPACK_Acceptor.h
index 0d5501dd204..95234c36caa 100644
--- a/ACE/ace/SOCK_SEQPACK_Acceptor.h
+++ b/ACE/ace/SOCK_SEQPACK_Acceptor.h
@@ -133,8 +133,8 @@ public:
int accept (ACE_SOCK_SEQPACK_Association &new_association,
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;
// = Meta-type info
typedef ACE_Multihomed_INET_Addr PEER_ADDR;
@@ -150,14 +150,14 @@ protected:
/// Perform operations that must occur before <ACE_OS::accept> is
/// called.
int shared_accept_start (ACE_Time_Value *timeout,
- int restart,
+ bool restart,
int &in_blocking_mode) const;
/// Perform operations that must occur after <ACE_OS::accept> is
/// called.
int shared_accept_finish (ACE_SOCK_SEQPACK_Association new_association,
int in_blocking_mode,
- int reset_new_handle) const;
+ bool reset_new_handle) const;
/**
* This method factors out the common <open> code and is called by