improved structure and thread safety
This commit is contained in:
@@ -17,8 +17,11 @@
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
#include "osiSock.h"
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#define caNetAddrSock
|
||||
#include "server.h"
|
||||
#include "ipIgnoreEntry.h"
|
||||
|
||||
void ipIgnoreEntry::show ( unsigned /* level */ ) const
|
||||
{
|
||||
@@ -57,7 +60,7 @@ void * ipIgnoreEntry::operator new ( size_t size,
|
||||
|
||||
#ifdef CXX_PLACEMENT_DELETE
|
||||
void ipIgnoreEntry::operator delete ( void * pCadaver,
|
||||
tsFreeList < class ipIgnoreEntry, 128 > & freeList ) epicsThrows(())
|
||||
tsFreeList < class ipIgnoreEntry, 128 > & freeList )
|
||||
{
|
||||
freeList.release ( pCadaver );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user