Switch to unified view

a/src/upmpd.hxx b/src/upmpd.hxx
...
...
27
class MPDCli;
27
class MPDCli;
28
class MpdStatus;
28
class MpdStatus;
29
29
30
extern std::string g_configfilename;
30
extern std::string g_configfilename;
31
extern std::string g_sc2mpd_path;
31
extern std::string g_sc2mpd_path;
32
extern std::string g_protocolInfo;
32
33
33
using namespace UPnPProvider;
34
using namespace UPnPProvider;
34
35
35
// The UPnP MPD frontend device with its services
36
// The UPnP MPD frontend device with its services
36
class UpMpd : public UpnpDevice {
37
class UpMpd : public UpnpDevice {
...
...
86
    unsigned int m_options;
87
    unsigned int m_options;
87
    std::string m_mcachefn;
88
    std::string m_mcachefn;
88
    std::vector<UpnpService*> m_services;
89
    std::vector<UpnpService*> m_services;
89
};
90
};
90
91
91
92
extern std::string upmpdProtocolInfo;
93
94
#endif /* _UPMPD_H_X_INCLUDED_ */
92
#endif /* _UPMPD_H_X_INCLUDED_ */