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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user