From 0af2304a36bd20b9d03eb6050bec1a7d17cbc0ef Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 21 Dec 2000 17:00:55 +0000 Subject: [PATCH] change semMutexId to epicsMutexId --- src/libCom/osi/epicsMutex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/osi/epicsMutex.h b/src/libCom/osi/epicsMutex.h index 606ce9fc7..731559c10 100644 --- a/src/libCom/osi/epicsMutex.h +++ b/src/libCom/osi/epicsMutex.h @@ -24,7 +24,7 @@ public: class invalidSemaphore {}; /* exception */ class noMemory {}; /* exception */ private: - mutable semMutexId id; + mutable epicsMutexId id; }; #endif /*__cplusplus*/