Some code cleanup.

git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@188 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Marcelo Roberto Jimenez
2007-05-19 02:56:25 +00:00
parent 83fb96fbe2
commit 80fc7c3bb0
3 changed files with 95 additions and 100 deletions

View File

@@ -449,6 +449,7 @@ genaUnregisterClient( IN UpnpClient_Handle client_handle )
* return UPNP_E_SUCCESS if service response is OK else
* returns appropriate error
***************************************************************************/
#ifdef INCLUDE_CLIENT_APIS
int
genaUnSubscribe( IN UpnpClient_Handle client_handle,
IN const Upnp_SID in_sid )
@@ -501,6 +502,7 @@ genaUnSubscribe( IN UpnpClient_Handle client_handle,
return return_code;
}
#endif
/************************************************************************
* Function : genaSubscribe
@@ -524,6 +526,7 @@ genaUnSubscribe( IN UpnpClient_Handle client_handle,
* return UPNP_E_SUCCESS if service response is OK else
* returns appropriate error
***************************************************************************/
#ifdef INCLUDE_CLIENT_APIS
int
genaSubscribe( IN UpnpClient_Handle client_handle,
IN char *PublisherURL,
@@ -609,6 +612,7 @@ genaSubscribe( IN UpnpClient_Handle client_handle,
SubscribeUnlock();
return return_code;
}
#endif
/************************************************************************
* Function : genaRenewSubscription