osi replaced bu epics

This commit is contained in:
Marty Kraimer
2001-01-11 19:33:15 +00:00
parent b1d9ce2941
commit cb4bfd4640
2 changed files with 3 additions and 3 deletions
@@ -18,7 +18,7 @@
#include "osiThread.h"
#include "ipAddrToAsciiAsynchronous.h"
osiMutex ipAddrToAsciiEngine::mutex;
epicsMutex ipAddrToAsciiEngine::mutex;
ipAddrToAsciiEngine::ipAddrToAsciiEngine ( const char *pName ) :
osiThread ( pName, 0x1000, threadPriorityLow ), nextId ( 0u ),
+2 -2
View File
@@ -17,7 +17,7 @@
#ifndef ipAddrToAsciiAsynchronous_h
#define ipAddrToAsciiAsynchronous_h
#include "osiEvent.h"
#include "epicsMutex.h"
#include "osiSock.h"
#include "tsDLList.h"
#include "shareLib.h"
@@ -38,7 +38,7 @@ private:
char nameTmp [1024];
unsigned nextId;
bool exitFlag;
static osiMutex mutex;
static epicsMutex mutex;
void entryPoint ();
friend class ipAddrToAsciiAsynchronous;
};