various gnu compiler dialect issue fixes
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "iocinf.h"
|
||||
|
||||
tsFreeList < class netWriteNotifyIO > netWriteNotifyIO::freeList;
|
||||
tsFreeList < class netWriteNotifyIO, 1024 > netWriteNotifyIO::freeList;
|
||||
|
||||
netWriteNotifyIO::netWriteNotifyIO (nciu &chan, cacNotify ¬ifyIn) :
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user