XRootD
Loading...
Searching...
No Matches
XrdClHttpPlugInFactory.hh
Go to the documentation of this file.
1
4
5#ifndef __XRD_CL_HTTP__
6#define __XRD_CL_HTTP__
7
9
10extern "C"
11{
12 void *XrdClGetPlugIn( const void* /*arg*/ );
13}
14
16 virtual ~HttpPlugInFactory();
17
18 virtual XrdCl::FilePlugIn *CreateFile( const std::string &url ) override;
19
20 virtual XrdCl::FileSystemPlugIn *CreateFileSystem( const std::string &url ) override;
21};
22
23#endif // __XRD_CL_HTTP__
void * XrdClGetPlugIn(const void *)
An interface for file plug-ins.
An interface for file plug-ins.