Updated parameter to UpnpAcceptSubscriptionExt to a 'const' declaration, this aligns with UpnpAcceptSubscription

This commit is contained in:
Thijs Schreijer 2012-07-11 23:18:23 +02:00
parent 6c2346a526
commit d00e494481
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;