improved structure and thread safety

This commit is contained in:
Jeff Hill
2003-02-12 19:06:15 +00:00
parent 234c515b05
commit 644e6eb273
78 changed files with 2691 additions and 4956 deletions
+5 -2
View File
@@ -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 );
}