From a3ad16c742381b4d285e675b0f172202c7ebeef8 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 10 Aug 1999 00:38:44 +0000 Subject: [PATCH] removed getPrev and getNext from public interface in node --- src/cxxTemplates/tsDLList.h | 20 ++++++++++---------- src/libCom/cxxTemplates/tsDLList.h | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) 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