|
a/libupnpp/control/cdirectory.hxx |
|
b/libupnpp/control/cdirectory.hxx |
|
... |
|
... |
50 |
public:
|
50 |
public:
|
51 |
/** Construct by copying data from device and service objects.
|
51 |
/** Construct by copying data from device and service objects.
|
52 |
*
|
52 |
*
|
53 |
*/
|
53 |
*/
|
54 |
ContentDirectory(const UPnPDeviceDesc& device,
|
54 |
ContentDirectory(const UPnPDeviceDesc& device,
|
55 |
const UPnPServiceDesc& service)
|
55 |
const UPnPServiceDesc& service)
|
56 |
: Service(device, service), m_rdreqcnt(200)
|
56 |
: Service(device, service), m_rdreqcnt(200)
|
57 |
{
|
57 |
{
|
58 |
if (!m_modelName.compare("MediaTomb")) {
|
58 |
if (!m_modelName.compare("MediaTomb")) {
|
59 |
// Readdir by 200 entries is good for most, but MediaTomb likes
|
59 |
// Readdir by 200 entries is good for most, but MediaTomb likes
|
60 |
// them really big. Actually 1000 is better but I don't dare
|
60 |
// them really big. Actually 1000 is better but I don't dare
|