Switch to unified view

a/libupnpp/control/service.hxx b/libupnpp/control/service.hxx
...
...
71
    }
71
    }
72
72
73
    /** An empty one */
73
    /** An empty one */
74
    Service() : m_reporter(0) {}
74
    Service() : m_reporter(0) {}
75
75
76
    virtual ~Service() {}
76
    virtual ~Service() 
77
    {
78
        o_calls.erase(m_SID);
79
    }
77
80
78
    /** Retrieve my root device "friendly name". */
81
    /** Retrieve my root device "friendly name". */
79
    std::string getFriendlyName() const {return m_friendlyName;}
82
    std::string getFriendlyName() const {return m_friendlyName;}
80
83
81
    /** Return my root device id */
84
    /** Return my root device id */