From 276caa520da75d092e2780bb4f39cd1b7e8aabae Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 9 Feb 2000 16:50:54 +0000 Subject: [PATCH] added double include protection --- src/cxxTemplates/tsSLList.h | 5 +++++ src/libCom/cxxTemplates/tsSLList.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/cxxTemplates/tsSLList.h b/src/cxxTemplates/tsSLList.h index 7b57b55bd..62d77355b 100644 --- a/src/cxxTemplates/tsSLList.h +++ b/src/cxxTemplates/tsSLList.h @@ -30,6 +30,9 @@ * */ +#ifndef tsSLListh +#define tsSLListh + #include // @@ -397,3 +400,5 @@ void tsSLIterRm::remove () this->pCurrent = this->pPrevious; this->pPrevious = 0; } + +#endif // tsSLListh diff --git a/src/libCom/cxxTemplates/tsSLList.h b/src/libCom/cxxTemplates/tsSLList.h index 7b57b55bd..62d77355b 100644 --- a/src/libCom/cxxTemplates/tsSLList.h +++ b/src/libCom/cxxTemplates/tsSLList.h @@ -30,6 +30,9 @@ * */ +#ifndef tsSLListh +#define tsSLListh + #include // @@ -397,3 +400,5 @@ void tsSLIterRm::remove () this->pCurrent = this->pPrevious; this->pPrevious = 0; } + +#endif // tsSLListh