diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2005-03-21 13:18:53 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2005-03-21 13:18:53 +0000 |
| commit | 8656bf0ec849c1f242d6ba6c6de43d45232c2def (patch) | |
| tree | b4a538613d83254678c6b513578281b9607d610c | |
| parent | 243aec9a6b33a36ca792500014953436c2c16309 (diff) | |
Renamed properly attribute acces in DiscoServiceInstance object.
| -rw-r--r-- | swig/Lasso-wsf.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/Lasso-wsf.i b/swig/Lasso-wsf.i index bb10f1a4..759018c4 100644 --- a/swig/Lasso-wsf.i +++ b/swig/Lasso-wsf.i @@ -1423,7 +1423,7 @@ typedef struct { char *ServiceType; #ifndef SWIGPHP4 - %rename(ProviderID) ProviderID; + %rename(providerId) ProviderID; #endif char *ProviderID; } LassoDiscoServiceInstance; |
