replace osiEvent with epicsEvent

This commit is contained in:
Marty Kraimer
2001-01-11 16:07:40 +00:00
parent fef788d23f
commit a64805a69f
+3 -3
View File
@@ -94,7 +94,7 @@ epicsShareFunc void * epicsShareAPI threadPrivateGet (threadPrivateId);
#ifdef __cplusplus
#include "locationException.h"
#include "osiEvent.h"
#include "epicsEvent.h"
class epicsShareClass osiThread {
public:
@@ -122,8 +122,8 @@ public:
static const char * getNameSelf ();
private:
threadId id;
osiEvent exit;
osiEvent begin;
epicsEvent exit;
epicsEvent begin;
bool cancel;
friend void osiThreadCallEntryPoint (void *pPvt);