|
a/libupnpp/control/cdirectory.hxx |
|
b/libupnpp/control/cdirectory.hxx |
|
... |
|
... |
135 |
* any tag can be used in a search, or a list of usable tag names.
|
135 |
* any tag can be used in a search, or a list of usable tag names.
|
136 |
* @return UPNP_E_SUCCESS for success, else libupnp error code.
|
136 |
* @return UPNP_E_SUCCESS for success, else libupnp error code.
|
137 |
*/
|
137 |
*/
|
138 |
int getSearchCapabilities(std::set<std::string>& result);
|
138 |
int getSearchCapabilities(std::set<std::string>& result);
|
139 |
|
139 |
|
140 |
// The service type string for Content Directories:
|
140 |
protected:
|
|
|
141 |
/* My service type string */
|
141 |
static const std::string SType;
|
142 |
static const std::string SType;
|
142 |
|
143 |
|
143 |
private:
|
144 |
private:
|
144 |
int m_rdreqcnt; // Slice size to use when reading
|
145 |
int m_rdreqcnt; // Slice size to use when reading
|
145 |
void evtCallback(const std::unordered_map<std::string, std::string>&);
|
146 |
void evtCallback(const std::unordered_map<std::string, std::string>&);
|