change semMutexId to epicsMutexId

This commit is contained in:
Marty Kraimer
2000-12-21 17:00:55 +00:00
parent 4a2999770b
commit 0af2304a36

View File

@@ -24,7 +24,7 @@ public:
class invalidSemaphore {}; /* exception */
class noMemory {}; /* exception */
private:
mutable semMutexId id;
mutable epicsMutexId id;
};
#endif /*__cplusplus*/