| 2772 | /************************************************************************/ |
| 2773 | |
| 2774 | bool VSIFilesystemHandler::SetFileMetadata(const char * /* pszFilename*/, |
| 2775 | CSLConstList /* papszMetadata */, |
| 2776 | const char * /* pszDomain */, |
| 2777 | CSLConstList /* papszOptions */) |
| 2778 | { |
| 2779 | CPLError(CE_Failure, CPLE_NotSupported, "SetFileMetadata() not supported"); |
| 2780 | return false; |
| 2781 | } |
| 2782 | |
| 2783 | #endif |
| 2784 |