various gnu compiler dialect issue fixes

This commit is contained in:
Jeff Hill
2000-05-03 00:41:30 +00:00
parent 6c61596f9e
commit 33f8e63c21
16 changed files with 36 additions and 35 deletions

View File

@@ -12,7 +12,7 @@
#include "iocinf.h"
tsFreeList < class netWriteNotifyIO > netWriteNotifyIO::freeList;
tsFreeList < class netWriteNotifyIO, 1024 > netWriteNotifyIO::freeList;
netWriteNotifyIO::netWriteNotifyIO (nciu &chan, cacNotify &notifyIn) :
baseNMIU (chan), cacNotifyIO (notifyIn)
@@ -52,4 +52,4 @@ void netWriteNotifyIO::exceptionNotify ( int status, const char *pContext )
void netWriteNotifyIO::exceptionNotify ( int status, const char *pContext, unsigned type, unsigned long count )
{
this->cacNotifyIO::exceptionNotify (status, pContext, type, count);
}
}