~ubuntu-branches/ubuntu/hardy/lasso/hardy

« back to all changes in this revision

Viewing changes to swig/saml-2.0/samlp2_name_id_mapping_response.i

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731213526-oc6jw5mprcd5tjyy
Tags: 2.0.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
* debian/rules:
  + Add CC=gcc-4.2 to the configure call else configure won't find jni.h
    from libgcj8-dev.
* configure{,.ac}:
  + Add missing quotes around the value for PHP[45]_LIBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
        /* inherited from Samlp2StatusResponse */
22
22
#ifndef SWIGPHP4
23
 
        %rename(issuer) *Issuer;
 
23
        %rename(issuer) Issuer;
24
24
#endif
25
25
        %newobject *Issuer_get;
26
26
        LassoSaml2NameID *Issuer;
27
27
 
28
28
#ifndef SWIGPHP4
29
 
        %rename(extensions) *Extensions;
 
29
        %rename(extensions) Extensions;
30
30
#endif
31
31
        %newobject *Extensions_get;
32
32
        LassoSamlp2Extensions *Extensions;
33
33
 
34
34
#ifndef SWIGPHP4
35
 
        %rename(status) *Status;
 
35
        %rename(status) Status;
36
36
#endif
37
37
        %newobject *Status_get;
38
38
        LassoSamlp2Status *Status;
39
39
 
40
40
#ifndef SWIGPHP4
41
 
        %rename(iD) *ID;
 
41
        %rename(iD) ID;
42
42
#endif
43
43
        char *ID;
44
44
#ifndef SWIGPHP4
45
 
        %rename(inResponseTo) *InResponseTo;
 
45
        %rename(inResponseTo) InResponseTo;
46
46
#endif
47
47
        char *InResponseTo;
48
48
#ifndef SWIGPHP4
49
 
        %rename(version) *Version;
 
49
        %rename(version) Version;
50
50
#endif
51
51
        char *Version;
52
52
#ifndef SWIGPHP4
53
 
        %rename(issueInstant) *IssueInstant;
 
53
        %rename(issueInstant) IssueInstant;
54
54
#endif
55
55
        char *IssueInstant;
56
56
#ifndef SWIGPHP4
57
 
        %rename(destination) *Destination;
 
57
        %rename(destination) Destination;
58
58
#endif
59
59
        char *Destination;
60
60
#ifndef SWIGPHP4
61
 
        %rename(consent) *Consent;
 
61
        %rename(consent) Consent;
62
62
#endif
63
63
        char *Consent;
64
64