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

◆ NoNetOnRemote()

virtual DcppHandlerRet GitTask::NoNetOnRemote ( StatusType *  status)
inlineprotectedvirtual

Invoked when the get path operation finds that there is no network on the remote node.

Invoked if during a get path operation, it is discovered the DRAMA networking is not running on the remote node. By default, this does nothing and the get path operation will fail. But if an inheritor has some way of starting the remote DRAMA networking (say using the DRAMA Unix Start Server) then it should initiate that operation at this point and return DcppReschedule. It should then invoke either GitTask::RemoteNetStarted or GitTask::RemoteNetStartErr when it had ether started the networking or it has failed.

Parameters
statusInherited status

References DcppFinished.