11 #include "IDirectory.h" 13 #define TXT_RECORD_PATH_KEY "path" 14 #define TXT_RECORD_USERNAME_KEY "u" 15 #define TXT_RECORD_PASSWORD_KEY "p" 25 DIR_CACHE_TYPE
GetCacheType(
const CURL& url)
const override {
return DIR_CACHE_NEVER; }
Definition: ZeroconfDirectory.h:19
Interface to the directory on a file system.
Definition: IDirectory.h:51
Represents a list of files.
Definition: FileItem.h:702
bool GetDirectory(const CURL &url, CFileItemList &items) override
Get the items of the directory strPath.
Definition: ZeroconfDirectory.cpp:148
DIR_CACHE_TYPE GetCacheType(const CURL &url) const override
How this directory should be cached.
Definition: ZeroconfDirectory.h:25