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 //