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

« back to all changes in this revision

Viewing changes to swig/saml-2.0/samlp2_name_id_mapping_request.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:
32
32
 
33
33
        /* inherited from Samlp2RequestAbstract */
34
34
#ifndef SWIGPHP4
35
 
        %rename(issuer) *Issuer;
 
35
        %rename(issuer) Issuer;
36
36
#endif
37
37
        %newobject *Issuer_get;
38
38
        LassoSaml2NameID *Issuer;
39
39
 
40
40
#ifndef SWIGPHP4
41
 
        %rename(extensions) *Extensions;
 
41
        %rename(extensions) Extensions;
42
42
#endif
43
43
        %newobject *Extensions_get;
44
44
        LassoSamlp2Extensions *Extensions;
45
45
 
46
46
#ifndef SWIGPHP4
47
 
        %rename(iD) *ID;
 
47
        %rename(iD) ID;
48
48
#endif
49
49
        char *ID;
50
50
#ifndef SWIGPHP4
51
 
        %rename(version) *Version;
 
51
        %rename(version) Version;
52
52
#endif
53
53
        char *Version;
54
54
#ifndef SWIGPHP4
55
 
        %rename(issueInstant) *IssueInstant;
 
55
        %rename(issueInstant) IssueInstant;
56
56
#endif
57
57
        char *IssueInstant;
58
58
#ifndef SWIGPHP4
59
 
        %rename(destination) *Destination;
 
59
        %rename(destination) Destination;
60
60
#endif
61
61
        char *Destination;
62
62
#ifndef SWIGPHP4
63
 
        %rename(consent) *Consent;
 
63
        %rename(consent) Consent;
64
64
#endif
65
65
        char *Consent;
66
66