/* */ #ifndef _D_DOWNLOAD_HANDLER_CONSTANTS_H_ #define _D_DOWNLOAD_HANDLER_CONSTANTS_H_ #include "common.h" #include "a2functional.h" class DownloadHandlerConstants { public: static const char* METALINK_EXTENSIONS[]; static Strings getMetalinkExtensions(); static const char* METALINK_CONTENT_TYPES[]; static Strings getMetalinkContentTypes(); static const char* BT_EXTENSIONS[]; static Strings getBtExtensions(); static const char* BT_CONTENT_TYPES[]; static Strings getBtContentTypes(); }; #endif // _D_DOWNLOAD_HANDLER_CONSTANTS_H_