Generic provider API definition class. Used as traditional c++ interface. More...
#include <virtualfileprovider.hpp>
Public Member Functions | |
| virtual void | cancelAllPendingRequests () |
| virtual void | provideFile (const string &path, VirtualFileResponseSharedPtr response)=0 |
| Invoked when there is a requirement to provide a file. More... | |
| virtual | ~VirtualFileProvider () |
| Virtual destructor for cleanup. More... | |
Generic provider API definition class. Used as traditional c++ interface.
|
inlinevirtual |
Virtual destructor for cleanup.
|
inlinevirtual |
|
pure virtual |
Invoked when there is a requirement to provide a file.
| path | requested path. |
| response | the response object that is to be completed within the callback. Object must not be stored by called entity. |
Implemented in kanzi::connect::ServiceRuntimeDataRegistry.