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

« back to all changes in this revision

Viewing changes to swig/saml-2.0/samlp2_attribute_query.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:
14
14
 
15
15
        /* inherited from Samlp2SubjectQueryAbstract */
16
16
#ifndef SWIGPHP4
17
 
        %rename(subject) *Subject;
 
17
        %rename(subject) Subject;
18
18
#endif
19
19
        %newobject *Subject_get;
20
20
        LassoSaml2Subject *Subject;
21
21
 
22
22
        /* inherited from RequestAbstract */
23
23
#ifndef SWIGPHP4
24
 
        %rename(issuer) *Issuer;
 
24
        %rename(issuer) Issuer;
25
25
#endif
26
26
        %newobject *Issuer_get;
27
27
        LassoSaml2NameID *Issuer;
28
28
 
29
29
#ifndef SWIGPHP4
30
 
        %rename(extensions) *Extensions;
 
30
        %rename(extensions) Extensions;
31
31
#endif
32
32
        %newobject *Extensions_get;
33
33
        LassoSamlp2Extensions *Extensions;
34
34
 
35
35
#ifndef SWIGPHP4
36
 
        %rename(iD) *ID;
 
36
        %rename(iD) ID;
37
37
#endif
38
38
        char *ID;
39
39
#ifndef SWIGPHP4
40
 
        %rename(version) *Version;
 
40
        %rename(version) Version;
41
41
#endif
42
42
        char *Version;
43
43
#ifndef SWIGPHP4
44
 
        %rename(issueInstant) *IssueInstant;
 
44
        %rename(issueInstant) IssueInstant;
45
45
#endif
46
46
        char *IssueInstant;
47
47
#ifndef SWIGPHP4
48
 
        %rename(destination) *Destination;
 
48
        %rename(destination) Destination;
49
49
#endif
50
50
        char *Destination;
51
51
#ifndef SWIGPHP4
52
 
        %rename(consent) *Consent;
 
52
        %rename(consent) Consent;
53
53
#endif
54
54
        char *Consent;
55
55