summaryrefslogtreecommitdiff
path: root/ACE/ace/SPIPE_Connector.inl
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/SPIPE_Connector.inl
parent7c4c934daf46588a0afbc2cf974fdc8946d49815 (diff)
downloadATCD-ccd8d0fde164448b6258d9de3574e52374edc829.tar.gz
Diffstat (limited to 'ACE/ace/SPIPE_Connector.inl')
-rw-r--r--ACE/ace/SPIPE_Connector.inl7
1 files changed, 3 insertions, 4 deletions
diff --git a/ACE/ace/SPIPE_Connector.inl b/ACE/ace/SPIPE_Connector.inl
index bbec9b8f468..1d41abe08d4 100644
--- a/ACE/ace/SPIPE_Connector.inl
+++ b/ACE/ace/SPIPE_Connector.inl
@@ -4,12 +4,11 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-ACE_INLINE int
-ACE_SPIPE_Connector::reset_new_handle (ACE_HANDLE handle)
+ACE_INLINE bool
+ACE_SPIPE_Connector::reset_new_handle (ACE_HANDLE)
{
- ACE_UNUSED_ARG (handle);
// Nothing to do here since the handle is not a socket
- return 0;
+ return false;
}
ACE_END_VERSIONED_NAMESPACE_DECL