summaryrefslogtreecommitdiff
path: root/ACE/ace/WFMO_Reactor.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/WFMO_Reactor.inl
parent7c4c934daf46588a0afbc2cf974fdc8946d49815 (diff)
downloadATCD-ccd8d0fde164448b6258d9de3574e52374edc829.tar.gz
Diffstat (limited to 'ACE/ace/WFMO_Reactor.inl')
-rw-r--r--ACE/ace/WFMO_Reactor.inl14
1 files changed, 7 insertions, 7 deletions
diff --git a/ACE/ace/WFMO_Reactor.inl b/ACE/ace/WFMO_Reactor.inl
index ff83ab84ece..8a97a6526ed 100644
--- a/ACE/ace/WFMO_Reactor.inl
+++ b/ACE/ace/WFMO_Reactor.inl
@@ -865,12 +865,12 @@ ACE_WFMO_Reactor::resume_handlers (void)
return error ? -1 : 0;
}
-ACE_INLINE int
+ACE_INLINE bool
ACE_WFMO_Reactor::uses_event_associations (void)
{
// Since the WFMO_Reactor does use event associations, this function
// always return 1.
- return 1;
+ return true;
}
ACE_INLINE int
@@ -1104,16 +1104,16 @@ ACE_WFMO_Reactor::requeue_position (void)
ACE_NOTSUP_RETURN (-1);
}
-ACE_INLINE int
+ACE_INLINE bool
ACE_WFMO_Reactor::restart (void)
{
- return 0;
+ return false;
}
-ACE_INLINE int
-ACE_WFMO_Reactor::restart (int)
+ACE_INLINE bool
+ACE_WFMO_Reactor::restart (bool)
{
- return 0;
+ return false;
}
ACE_INLINE int