|
ACF $AcfVersion:0$
|
Interface for validation of the file-based resources. More...
#include <IFileResourceValidator.h>
Public Member Functions | |
| virtual istd::IInformationProvider::InformationCategory | ValidateResource (const QByteArray &resourceId, const ifile::IFileResourcesManager *fileRepositoryPtr, ilog::IMessageConsumer *messageConsumerPtr=NULL) const =0 |
| Do validation of the given resource. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Interface for validation of the file-based resources.
Definition at line 17 of file IFileResourceValidator.h.
|
pure virtual |
Do validation of the given resource.
| resourceId | ID of the resource in the repository. |
| messageConsumerPtr | Consumer of operation messages (optionally). |