all virtual functions in baseNMIU are now pure
This commit is contained in:
@@ -31,9 +31,6 @@ void netWriteNotifyIO::show ( unsigned level ) const
|
||||
{
|
||||
::printf ( "read write notify IO at %p\n",
|
||||
static_cast < const void * > ( this ) );
|
||||
if ( level > 0u ) {
|
||||
this->baseNMIU::show ( level - 1u );
|
||||
}
|
||||
}
|
||||
|
||||
void netWriteNotifyIO::destroy ( cacRecycle & recycle )
|
||||
@@ -65,3 +62,8 @@ void netWriteNotifyIO::completion ( unsigned /* type */,
|
||||
this->chan.getClient().printf ( "Write response with data ?\n" );
|
||||
}
|
||||
|
||||
class netSubscription * netWriteNotifyIO::isSubscription ()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user