Switch to unified view

a/libupnpp/device.hxx b/libupnpp/device.hxx
...
...
31
 */
31
 */
32
class UpnpDevice {
32
class UpnpDevice {
33
public:
33
public:
34
    UpnpDevice(const std::string& deviceId, 
34
    UpnpDevice(const std::string& deviceId, 
35
               const std::unordered_map<std::string, std::string>& xmlfiles);
35
               const std::unordered_map<std::string, std::string>& xmlfiles);
36
    ~UpnpDevice();
36
37
37
    void addService(UpnpService *, const std::string& serviceId);
38
    void addService(UpnpService *, const std::string& serviceId);
38
39
39
    /**
40
    /**
40
     * Add mapping from service+action-name to handler function.
41
     * Add mapping from service+action-name to handler function.