|
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 |
const std::string& iconpath,
|
33 |
const std::string& iconpath,
|
33 |
const std::string& presentationhtml
|
34 |
const std::string& presentationhtml
|
34 |
);
|
35 |
);
|
35 |
|
36 |
|
|
|
37 |
inline std::string uuidMediaServer(const std::string& uuid) {
|
|
|
38 |
return uuid + "-mediaserver";
|
|
|
39 |
}
|
|
|
40 |
inline std::string friendlyNameMediaServer(const std::string& f) {
|
|
|
41 |
return f + "-mediaserver";
|
|
|
42 |
}
|
36 |
#endif /* _HTTPFS_H_X_INCLUDED_ */
|
43 |
#endif /* _HTTPFS_H_X_INCLUDED_ */
|