diff --git a/src/cxxTemplates/tsDLList.h b/src/cxxTemplates/tsDLList.h index b1e722e9d..70ff90674 100644 --- a/src/cxxTemplates/tsDLList.h +++ b/src/cxxTemplates/tsDLList.h @@ -299,17 +299,17 @@ inline tsDLNode::tsDLNode() : pNext(0), pPrev(0) {} template inline void tsDLNode::operator = (const tsDLNode &) const {} -template -T * tsDLNode::getNext (void) const -{ - return pNext; -} +//template +//T * tsDLNode::getNext (void) const +//{ +// return pNext; +//} -template -T * tsDLNode::getPrev (void) const -{ - return pPrev; -} +//template +//T * tsDLNode::getPrev (void) const +//{ +// return pPrev; +//} ////////////////////////////////////// // tsDLList member functions diff --git a/src/libCom/cxxTemplates/tsDLList.h b/src/libCom/cxxTemplates/tsDLList.h index b1e722e9d..70ff90674 100644 --- a/src/libCom/cxxTemplates/tsDLList.h +++ b/src/libCom/cxxTemplates/tsDLList.h @@ -299,17 +299,17 @@ inline tsDLNode::tsDLNode() : pNext(0), pPrev(0) {} template inline void tsDLNode::operator = (const tsDLNode &) const {} -template -T * tsDLNode::getNext (void) const -{ - return pNext; -} +//template +//T * tsDLNode::getNext (void) const +//{ +// return pNext; +//} -template -T * tsDLNode::getPrev (void) const -{ - return pPrev; -} +//template +//T * tsDLNode::getPrev (void) const +//{ +// return pPrev; +//} ////////////////////////////////////// // tsDLList member functions