|
a/libupnpp/control/avtransport.hxx |
|
b/libupnpp/control/avtransport.hxx |
|
... |
|
... |
133 |
|
133 |
|
134 |
/** Test service type from discovery message */
|
134 |
/** Test service type from discovery message */
|
135 |
static bool isAVTService(const std::string& st);
|
135 |
static bool isAVTService(const std::string& st);
|
136 |
|
136 |
|
137 |
protected:
|
137 |
protected:
|
|
|
138 |
/* My service type string */
|
138 |
static const std::string SType;
|
139 |
static const std::string SType;
|
|
|
140 |
|
139 |
int setURI(const std::string& uri, const std::string& metadata,
|
141 |
int setURI(const std::string& uri, const std::string& metadata,
|
140 |
int instanceID, bool next);
|
142 |
int instanceID, bool next);
|
141 |
int CTAStringToBits(const std::string& actions, int& iacts);
|
143 |
int CTAStringToBits(const std::string& actions, int& iacts);
|
142 |
|
144 |
|
143 |
private:
|
145 |
private:
|