libzypp 17.31.23
MediaHandlerFactory.h
Go to the documentation of this file.
1#ifndef MEDIAHANDLERFACTORY_H
2#define MEDIAHANDLERFACTORY_H
3
4#include <zypp/Pathname.h>
5#include <zypp/Url.h>
6#include <memory>
7
8
9namespace zypp::media {
10
11 class MediaHandler;
12
14 {
15 public:
17 static std::unique_ptr<MediaHandler> createHandler (const Url& o_url, const Pathname & preferred_attach_point);
18 };
19
20}
21
22
23#endif // MEDIAHANDLERFACTORY_H
Url manipulation class.
Definition: Url.h:92
static std::unique_ptr< MediaHandler > createHandler(const Url &o_url, const Pathname &preferred_attach_point)