summaryrefslogtreecommitdiffstats
path: root/swig/saml-2.0/samlp2_request_abstract.i
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2007-05-08 14:10:35 +0000
committerFrederic Peters <fpeters@entrouvert.com>2007-05-08 14:10:35 +0000
commitc5fac3954a8940624c7d32db9041c0ab98046562 (patch)
treefc247b7148eef1e2c06a6def1ed6e362adb071ef /swig/saml-2.0/samlp2_request_abstract.i
parent9b9d50558be73076c94d17c1780ea75e15bed385 (diff)
downloadlasso-c5fac3954a8940624c7d32db9041c0ab98046562.tar.gz
lasso-c5fac3954a8940624c7d32db9041c0ab98046562.tar.xz
lasso-c5fac3954a8940624c7d32db9041c0ab98046562.zip
also keep lasso prefix in PHP5 binding
Diffstat (limited to 'swig/saml-2.0/samlp2_request_abstract.i')
-rw-r--r--swig/saml-2.0/samlp2_request_abstract.i16
1 files changed, 8 insertions, 8 deletions
diff --git a/swig/saml-2.0/samlp2_request_abstract.i b/swig/saml-2.0/samlp2_request_abstract.i
index 2aed17b0..2674ee55 100644
--- a/swig/saml-2.0/samlp2_request_abstract.i
+++ b/swig/saml-2.0/samlp2_request_abstract.i
@@ -1,38 +1,38 @@
-#ifndef SWIGPHP4
+#ifndef SWIG_PHP_RENAMES
%rename(Samlp2RequestAbstract) LassoSamlp2RequestAbstract;
#endif
typedef struct {
-#ifndef SWIGPHP4
+#ifndef SWIG_PHP_RENAMES
%rename(iD) ID;
#endif
char *ID;
-#ifndef SWIGPHP4
+#ifndef SWIG_PHP_RENAMES
%rename(version) Version;
#endif
char *Version;
-#ifndef SWIGPHP4
+#ifndef SWIG_PHP_RENAMES
%rename(issueInstant) IssueInstant;
#endif
char *IssueInstant;
-#ifndef SWIGPHP4
+#ifndef SWIG_PHP_RENAMES
%rename(destination) Destination;
#endif
char *Destination;
-#ifndef SWIGPHP4
+#ifndef SWIG_PHP_RENAMES
%rename(consent) Consent;
#endif
char *Consent;
} LassoSamlp2RequestAbstract;
%extend LassoSamlp2RequestAbstract {
-#ifndef SWIGPHP4
+#ifndef SWIG_PHP_RENAMES
%rename(issuer) Issuer;
#endif
%newobject *Issuer_get;
LassoSaml2NameID *Issuer;
-#ifndef SWIGPHP4
+#ifndef SWIG_PHP_RENAMES
%rename(extensions) Extensions;
#endif
%newobject *Extensions_get;