large array changes
This commit is contained in:
@@ -48,20 +48,20 @@ void netReadNotifyIO::completion ()
|
||||
|
||||
void netReadNotifyIO::exception ( int status, const char *pContext )
|
||||
{
|
||||
this->notify.exception ( status, pContext, UINT_MAX, 0 );
|
||||
this->notify.exception ( status, pContext, UINT_MAX, 0u );
|
||||
}
|
||||
|
||||
void netReadNotifyIO::completion ( unsigned type,
|
||||
unsigned long count, const void *pData )
|
||||
{
|
||||
this->notify.completion ( type, count, pData );
|
||||
}
|
||||
|
||||
void netReadNotifyIO::exception ( int status,
|
||||
const char *pContext, unsigned type, unsigned long count )
|
||||
void netReadNotifyIO::exception ( int status, const char *pContext,
|
||||
unsigned type, arrayElementCount count )
|
||||
{
|
||||
this->notify.exception ( status, pContext, type, count );
|
||||
}
|
||||
|
||||
void netReadNotifyIO::completion ( unsigned type,
|
||||
arrayElementCount count, const void *pData )
|
||||
{
|
||||
this->notify.completion ( type, count, pData );
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user