20 #ifndef MPD_NFS_LEASE_HXX
21 #define MPD_NFS_LEASE_HXX
virtual void OnNfsConnectionFailed(std::exception_ptr e)=0
The NfsConnection has failed to mount the server's export.
virtual void OnNfsConnectionReady()=0
The NfsConnection has successfully mounted the server's export and is ready for regular operation...
virtual void OnNfsConnectionDisconnected(std::exception_ptr e)=0
The NfsConnection has failed after OnNfsConnectionReady() had been called already.