osiMutex replaced by epicsMutex

This commit is contained in:
Marty Kraimer
2001-01-11 19:33:47 +00:00
parent cb4bfd4640
commit fb1f6751d3
+2 -2
View File
@@ -37,7 +37,7 @@
#include <stdio.h>
#include <typeinfo>
#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 ();