Updated parameter to UpnpAcceptSubscriptionExt to a 'const' declaration, this aligns with UpnpAcceptSubscription
This commit is contained in:
parent
6c2346a526
commit
d00e494481
@ -1492,7 +1492,7 @@ EXPORT_SPEC int UpnpAcceptSubscriptionExt(
|
||||
* Plug and Play Device Architecture specification. */
|
||||
IXML_Document *PropSet,
|
||||
/*! [in] The subscription ID of the newly registered control point. */
|
||||
Upnp_SID SubsId);
|
||||
const Upnp_SID SubsId);
|
||||
|
||||
/*!
|
||||
* \brief Sends out an event change notification to all control points
|
||||
|
@ -2522,7 +2522,7 @@ int UpnpAcceptSubscriptionExt(
|
||||
const char *DevID_const,
|
||||
const char *ServName_const,
|
||||
IXML_Document *PropSet,
|
||||
Upnp_SID SubsId)
|
||||
const Upnp_SID SubsId)
|
||||
{
|
||||
int ret = 0;
|
||||
int line = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user