From b1d9ce2941e79425de73ac497b7c8cf226b6d60b Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 11 Jan 2001 19:21:36 +0000 Subject: [PATCH] use epicsEvent --- src/libCom/misc/ipAddrToAsciiAsynchronous.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libCom/misc/ipAddrToAsciiAsynchronous.h b/src/libCom/misc/ipAddrToAsciiAsynchronous.h index f05fabab8..ad02c8bdb 100644 --- a/src/libCom/misc/ipAddrToAsciiAsynchronous.h +++ b/src/libCom/misc/ipAddrToAsciiAsynchronous.h @@ -17,7 +17,7 @@ #ifndef ipAddrToAsciiAsynchronous_h #define ipAddrToAsciiAsynchronous_h -#include "osiMutex.h" +#include "osiEvent.h" #include "osiSock.h" #include "tsDLList.h" #include "shareLib.h" @@ -33,8 +33,8 @@ public: epicsShareFunc void show ( unsigned level ) const; private: tsDLList < ipAddrToAsciiAsynchronous > labor; - osiEvent event; - osiEvent threadExit; + epicsEvent event; + epicsEvent threadExit; char nameTmp [1024]; unsigned nextId; bool exitFlag;