summaryrefslogtreecommitdiff
path: root/ACE/ace/Intrusive_List.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Intrusive_List.inl')
-rw-r--r--ACE/ace/Intrusive_List.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Intrusive_List.inl b/ACE/ace/Intrusive_List.inl
index f76370917e9..23d0095a948 100644
--- a/ACE/ace/Intrusive_List.inl
+++ b/ACE/ace/Intrusive_List.inl
@@ -6,13 +6,13 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-template<class T> ACE_INLINE int
+template<class T> ACE_INLINE bool
ACE_Intrusive_List<T>::is_empty (void) const
{
return this->head_ == 0;
}
-template<class T> ACE_INLINE int
+template<class T> ACE_INLINE bool
ACE_Intrusive_List<T>::empty (void) const
{
return this->is_empty ();