18 #ifndef CUPT_DOWNLOAD_METHODFACTORY_SEEN
19 #define CUPT_DOWNLOAD_METHODFACTORY_SEEN
23 #include <cupt/fwd.hpp>
30 class MethodFactoryImpl;
37 class CUPT_API MethodFactory
39 internal::MethodFactoryImpl* __impl;
40 MethodFactory(
const MethodFactory&);
41 MethodFactory& operator=(
const MethodFactory);
47 MethodFactory(
const Config& config);
54 Method* getDownloadMethodForUri(
const Uri& uri)
const;