|
a/src/contentdirectory.hxx |
|
b/src/contentdirectory.hxx |
|
... |
|
... |
51 |
|
51 |
|
52 |
/// Access the main configuration file.
|
52 |
/// Access the main configuration file.
|
53 |
virtual ConfSimple *getconfig(CDPlugin *);
|
53 |
virtual ConfSimple *getconfig(CDPlugin *);
|
54 |
virtual std::string getexecpath(CDPlugin *);
|
54 |
virtual std::string getexecpath(CDPlugin *);
|
55 |
|
55 |
|
|
|
56 |
/// Check if the configuration indicates that the media server needs to be started.
|
|
|
57 |
static bool mediaServerNeeded();
|
|
|
58 |
|
56 |
private:
|
59 |
private:
|
57 |
int actGetSearchCapabilities(const SoapIncoming& sc, SoapOutgoing& data);
|
60 |
int actGetSearchCapabilities(const SoapIncoming& sc, SoapOutgoing& data);
|
58 |
int actGetSortCapabilities(const SoapIncoming& sc, SoapOutgoing& data);
|
61 |
int actGetSortCapabilities(const SoapIncoming& sc, SoapOutgoing& data);
|
59 |
int actGetSystemUpdateID(const SoapIncoming& sc, SoapOutgoing& data);
|
62 |
int actGetSystemUpdateID(const SoapIncoming& sc, SoapOutgoing& data);
|
60 |
int actBrowse(const SoapIncoming& sc, SoapOutgoing& data);
|
63 |
int actBrowse(const SoapIncoming& sc, SoapOutgoing& data);
|