|
a/libupnpp/cdirectory.hxx |
|
b/libupnpp/cdirectory.hxx |
|
... |
|
... |
62 |
m_rdreqcnt = 500;
|
62 |
m_rdreqcnt = 500;
|
63 |
}
|
63 |
}
|
64 |
}
|
64 |
}
|
65 |
|
65 |
|
66 |
/** An empty one */
|
66 |
/** An empty one */
|
67 |
ContentDirectoryService() = default;
|
67 |
ContentDirectoryService() {}
|
68 |
|
68 |
|
69 |
/** Read a container's children list into dirbuf.
|
69 |
/** Read a container's children list into dirbuf.
|
70 |
*
|
70 |
*
|
71 |
* @param objectId the UPnP object Id for the container. Root has Id "0"
|
71 |
* @param objectId the UPnP object Id for the container. Root has Id "0"
|
72 |
* @param[out] dirbuf stores the entries we read.
|
72 |
* @param[out] dirbuf stores the entries we read.
|