summaryrefslogtreecommitdiff
path: root/ACE/ace/Intrusive_List.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-12-02 20:01:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-12-02 20:01:24 +0000
commitc12219312c8b13a9a2555472deb4a8abe890ca7e (patch)
tree35fd742e0f7a18145148a882a95140eba6775325 /ACE/ace/Intrusive_List.inl
parent5ea384624d22a0b822c9c093c32f9cab90649029 (diff)
downloadATCD-c12219312c8b13a9a2555472deb4a8abe890ca7e.tar.gz
Tue Dec 2 20:01:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
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 ();