all virtual functions in baseNMIU are now pure
This commit is contained in:
@@ -55,9 +55,6 @@ void netSubscription::show ( unsigned level ) const
|
||||
static_cast < const void * > ( this ),
|
||||
dbf_type_to_text ( static_cast < int > ( this->type ) ),
|
||||
this->count, this->mask );
|
||||
if ( level > 0u ) {
|
||||
this->baseNMIU::show ( level - 1u );
|
||||
}
|
||||
}
|
||||
|
||||
void netSubscription::completion ()
|
||||
|
||||
Reference in New Issue
Block a user