removed disconnect virtual func

This commit is contained in:
Jeff Hill
2000-11-30 17:10:32 +00:00
parent f3497249b8
commit 78d1474884
3 changed files with 1 additions and 19 deletions

View File

@@ -29,12 +29,6 @@ netReadCopyIO::~netReadCopyIO ()
}
void netReadCopyIO::disconnect ( const char *pHostName )
{
this->exceptionNotify ( ECA_DISCONN, pHostName );
this->baseNMIU::destroy ();
}
void netReadCopyIO::completionNotify ()
{
this->exceptionNotify ( ECA_INTERNAL, "get completion callback with no data?" );
@@ -46,7 +40,7 @@ void netReadCopyIO::completionNotify ( unsigned typeIn,
if ( typeIn <= (unsigned) LAST_BUFFER_TYPE ) {
# ifdef CONVERSION_REQUIRED
(*cac_dbr_cvrt[type]) ( pDataIn, this->pValue,
FALSE, countIn );
FALSE, countIn );
# else
memcpy ( this->pValue, pDataIn,
dbr_size_n ( typeIn, countIn ) );