MPD
0.20.6
|
#include <Lease.hxx>
Public Member Functions | |
virtual void | OnNfsConnectionReady ()=0 |
The NfsConnection has successfully mounted the server's export and is ready for regular operation. More... | |
virtual void | OnNfsConnectionFailed (std::exception_ptr e)=0 |
The NfsConnection has failed to mount the server's export. More... | |
virtual void | OnNfsConnectionDisconnected (std::exception_ptr e)=0 |
The NfsConnection has failed after OnNfsConnectionReady() had been called already. More... | |
|
pure virtual |
The NfsConnection has failed after OnNfsConnectionReady() had been called already.
|
pure virtual |
The NfsConnection has failed to mount the server's export.
This is being called instead of OnNfsConnectionReady().
|
pure virtual |
The NfsConnection has successfully mounted the server's export and is ready for regular operation.