#include <XrdOucCache.hh>
Inheritance diagram for XrdOucCacheIOCB:
Public Member Functions | |
virtual void | Done (int result)=0 |
XrdOucCacheIOCB () | |
virtual | ~XrdOucCacheIOCB () |
XrdOucCacheIOCB::XrdOucCacheIOCB | ( | ) | [inline] |
virtual XrdOucCacheIOCB::~XrdOucCacheIOCB | ( | ) | [inline, virtual] |
virtual void XrdOucCacheIOCB::Done | ( | int | result | ) | [pure virtual] |
Handle result from a previous async operation.
result | is result from a previous operation. Successful results are always values >= 0 while errors are negative values and are always '-errno' indicate the reason for the error. |
Implemented in XrdPosixCallBackIO.