Made argument remote_providerID optional for Defederation.initNotification,

in SWIG binding.
This commit is contained in:
Emmanuel Raviart 2004-09-20 16:20:16 +00:00
parent adc8c908d9
commit 690501c303
1 changed files with 1 additions and 1 deletions

View File

@ -1303,7 +1303,7 @@ typedef struct {
END_THROW_ERROR
THROW_ERROR
void initNotification(gchar *remoteProviderId,
void initNotification(gchar *remoteProviderId = NULL,
lassoHttpMethod httpMethod = lassoHttpMethodAny);
END_THROW_ERROR