AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ Disconnected()

virtual void DcppTask::DisconHandler::Disconnected ( DcppTask )
pure virtual

Disconnect notification routine.

This abstract method must be implemented by inheritors. It will be invoked when the task disconnects (presuming the object has been specified to DcppTask::PutDisconnectHandler .

Note that the method will be invoked at UFACE context and you should NOT try to get the path again immediately. If you wish to do that, you should use DitsUfaceTimer() to set up a timed event or DitsSignal() or sending a message along the self path to the task itself and have the receiving function/action get the path again about 1 second later.