define pure virtual ipAddrToAsciiAsynchronous::ioCompletionNotify for

situations where the derived class's destructor is running precisely when
the io completes, but the ipAddrToAsciiAsynchronous destructor has
not yet run
This commit is contained in:
Jeff Hill
2002-12-11 01:19:37 +00:00
parent f4b01c2d59
commit b631253c9d
@@ -180,6 +180,12 @@ ipAddrToAsciiAsynchronous::~ipAddrToAsciiAsynchronous ()
}
}
// for situations where the derived destructor is running, but the
// ipAddrToAsciiAsynchronous destructor has not run yet
void ipAddrToAsciiAsynchronous::ioCompletionNotify ( const char * )
{
}
epicsShareFunc void ipAddrToAsciiAsynchronous::ioInitiate ( ipAddrToAsciiEngine & engine )
{
bool success;