Switch to unified view

a/src/mediaserver/mediaserver.hxx b/src/mediaserver/mediaserver.hxx
...
...
29
public:
29
public:
30
    // Enabled is false when the mediaserver eventloop will not be
30
    // Enabled is false when the mediaserver eventloop will not be
31
    // started because we are only using the infrastructure to perform
31
    // started because we are only using the infrastructure to perform
32
    // track url translations for ohcredentials. We need to force
32
    // track url translations for ohcredentials. We need to force
33
    // starting some stuff in this case.
33
    // starting some stuff in this case.
34
    MediaServer(const std::string& deviceid, const std::string& friendlyname,
34
    // If root is not null, build as embedded device
35
                bool enabled);
35
    MediaServer(UpnpDevice *root, const std::string& deviceid,
36
                const std::string& friendlyname, bool enabled);
36
37
37
    ~MediaServer();
38
    ~MediaServer();
38
39
39
    virtual bool readLibFile(const std::string& name,
40
    virtual bool readLibFile(const std::string& name,
40
                             std::string& contents);
41
                             std::string& contents);