MythTV master
mythhttproot.h
Go to the documentation of this file.
1#ifndef MYTHHTTPROOT_H
2#define MYTHHTTPROOT_H
3
4// MythTV
6
8{
9 public:
10 static HTTPResponse RedirectRoot(const HTTPRequest2& Request, const QString& File);
11};
12
13#endif
#define MBASE_PUBLIC
Definition: mythbaseexp.h:15
std::shared_ptr< MythHTTPRequest > HTTPRequest2
Definition: mythhttptypes.h:39
std::shared_ptr< MythHTTPResponse > HTTPResponse
Definition: mythhttptypes.h:40