added recv proc flush postpone

This commit is contained in:
Jeff Hill
2001-07-11 23:26:56 +00:00
parent c285cbfa30
commit 72cbc5edf0
2 changed files with 7 additions and 6 deletions

View File

@@ -102,11 +102,6 @@ bool netiiu::ca_v42_ok () const
return false;
}
bool netiiu::ca_v41_ok () const
{
return false;
}
bool netiiu::pushDatagramMsg ( const caHdr &, const void *, ca_uint16_t )
{
return false;
@@ -208,3 +203,9 @@ int netiiu::printf ( const char *pformat, ... )
return status;
}
void netiiu::requestRecvProcessPostponedFlush ()
{
return;
}