From fb1f6751d347c204564abc3c192f5764efbddc4c Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 11 Jan 2001 19:33:47 +0000 Subject: [PATCH] osiMutex replaced by epicsMutex --- src/libCom/cxxTemplates/tsFreeList.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libCom/cxxTemplates/tsFreeList.h b/src/libCom/cxxTemplates/tsFreeList.h index 635a9e548..c51ae1902 100644 --- a/src/libCom/cxxTemplates/tsFreeList.h +++ b/src/libCom/cxxTemplates/tsFreeList.h @@ -37,7 +37,7 @@ #include #include -#include "osiMutex.h" +#include "epicsMutex.h" // these versions of the microsoft compiler incorrectly // warn about a missing delete operator if only the @@ -60,7 +60,7 @@ struct tsFreeListChunk { }; template < class T, unsigned N = 0x400, unsigned DEBUG_LEVEL = 0u > -class tsFreeList : private osiMutex { +class tsFreeList : private epicsMutex { public: tsFreeList (); ~tsFreeList ();