MPD
0.20.6
|
Callbacks for an asynchronous libnfs operation. More...
#include <Callback.hxx>
Public Member Functions | |
virtual void | OnNfsCallback (unsigned status, void *data)=0 |
The operation completed successfully. More... | |
virtual void | OnNfsError (std::exception_ptr &&e)=0 |
An error has occurred. More... | |
Callbacks for an asynchronous libnfs operation.
Note that no callback is invoked for cancelled operations.
Definition at line 32 of file Callback.hxx.
|
pure virtual |
The operation completed successfully.
|
pure virtual |
An error has occurred.