diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-31 18:43:40 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-31 18:43:40 +0000 |
| commit | c24d94f1ffa3b34f5b609870c31f98cb23bbc875 (patch) | |
| tree | 13c1a4509021ef95cca02aef87318774b78162e7 | |
| parent | ac3e5574fc5c6fb3ec5fcbe3826928422f182b74 (diff) | |
replaced enum name in methods added between two cvs runs
| -rw-r--r-- | swig/Lasso.i | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i index a2a09013..32694c63 100644 --- a/swig/Lasso.i +++ b/swig/Lasso.i @@ -1675,8 +1675,8 @@ typedef struct { /* Methods */ gboolean acceptHttpMethod( - LassoProvider *remote_provider, lassoMdProtocolType protocol_type, - lassoHttpMethod http_method, gboolean initiate_profile); + LassoProvider *remote_provider, LassoMdProtocolType protocol_type, + LassoHttpMethod http_method, gboolean initiate_profile); %newobject getAssertionConsumerServiceUrl; char* getAssertionConsumerServiceUrl(char *service_id); @@ -1684,15 +1684,15 @@ typedef struct { %newobject getBase64SuccinctId; char* getBase64SuccinctId(); - lassoHttpMethod getFirstHttpMethod( - LassoProvider *remote_provider, lassoMdProtocolType protocol_type); + LassoHttpMethod getFirstHttpMethod( + LassoProvider *remote_provider, LassoMdProtocolType protocol_type); // FIXME: GList* lasso_provider_get_metadata_list(char *name); %newobject getMetadataOne; char* getMetadataOne(char *name); - gboolean hasProtocolProfile(lassoMdProtocolType protocol_type, char *protocol_profile); + gboolean hasProtocolProfile(LassoMdProtocolType protocol_type, char *protocol_profile); } %{ |
