added double include protection

This commit is contained in:
Jeff Hill
2000-02-09 16:50:54 +00:00
parent b913b747b0
commit 276caa520d
2 changed files with 10 additions and 0 deletions

View File

@@ -30,6 +30,9 @@
*
*/
#ifndef tsSLListh
#define tsSLListh
#include <assert.h>
//
@@ -397,3 +400,5 @@ void tsSLIterRm<T>::remove ()
this->pCurrent = this->pPrevious;
this->pPrevious = 0;
}
#endif // tsSLListh

View File

@@ -30,6 +30,9 @@
*
*/
#ifndef tsSLListh
#define tsSLListh
#include <assert.h>
//
@@ -397,3 +400,5 @@ void tsSLIterRm<T>::remove ()
this->pCurrent = this->pPrevious;
this->pPrevious = 0;
}
#endif // tsSLListh