From d50642026d54fdfc2be638985f75d1dd1b4a6cd3 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Fri, 30 Jun 2000 16:14:56 +0000 Subject: [PATCH] Was the last committed version ever tested? Who defines should implement ... --- src/libCom/cxxTemplates/tsDLList.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/libCom/cxxTemplates/tsDLList.h b/src/libCom/cxxTemplates/tsDLList.h index 81aa5df3d..11fcb7a4a 100644 --- a/src/libCom/cxxTemplates/tsDLList.h +++ b/src/libCom/cxxTemplates/tsDLList.h @@ -867,6 +867,12 @@ inline tsDLIterBD tsDLIterBD::itemBefore () return tsDLIterBD (node.pPrev); } +template +inline bool tsDLIterBD::valid () const +{ + return this->pEntry ? true : false; +} + // // tsDLIterBD::eol //