Switch to unified view

a/libupnpp/control/cdirectory.hxx b/libupnpp/control/cdirectory.hxx
...
...
44
 */
44
 */
45
class ContentDirectoryService : public Service {
45
class ContentDirectoryService : public Service {
46
public:
46
public:
47
    /** Construct by copying data from device and service objects.
47
    /** Construct by copying data from device and service objects.
48
     *
48
     *
49
     * To be used by the discovery service. 
50
     * External users must call getDirServices() instead
51
     */
49
     */
52
    ContentDirectoryService(const UPnPDeviceDesc& device,
50
    ContentDirectoryService(const UPnPDeviceDesc& device,
53
                            const UPnPServiceDesc& service)
51
                            const UPnPServiceDesc& service)
54
        : Service(device, service), m_rdreqcnt(200)
52
        : Service(device, service), m_rdreqcnt(200)
55
        {
53
        {