|
a/src/httpfs.hxx |
|
b/src/httpfs.hxx |
|
... |
|
... |
27 |
const std::string& datadir,
|
27 |
const std::string& datadir,
|
28 |
const std::string& UUID,
|
28 |
const std::string& UUID,
|
29 |
const std::string& friendlyname,
|
29 |
const std::string& friendlyname,
|
30 |
bool enableAV, bool enableOH, bool enableReceiver,
|
30 |
bool enableAV, bool enableOH, bool enableReceiver,
|
31 |
bool enableL16,
|
31 |
bool enableL16,
|
32 |
bool enableMediaServer,
|
32 |
bool enableMediaServer, bool msonly,
|
33 |
const std::string& iconpath,
|
33 |
const std::string& iconpath,
|
34 |
const std::string& presentationhtml
|
34 |
const std::string& presentationhtml
|
35 |
);
|
35 |
);
|
36 |
|
36 |
|
37 |
inline std::string uuidMediaServer(const std::string& uuid) {
|
37 |
inline std::string uuidMediaServer(const std::string& uuid) {
|