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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20070731213526-5yf8k7sq7slsb450
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
%rename(Saml2SubjectConfirmationData) LassoSaml2SubjectConfirmationData;
4
4
#endif
5
5
typedef struct {
 
6
#ifndef SWIGPHP4
 
7
        %rename(notBefore) NotBefore;
 
8
#endif
6
9
        char *NotBefore;
 
10
#ifndef SWIGPHP4
 
11
        %rename(notOnOrAfter) NotOnOrAfter;
 
12
#endif
7
13
        char *NotOnOrAfter;
 
14
#ifndef SWIGPHP4
 
15
        %rename(recipient) Recipient;
 
16
#endif
8
17
        char *Recipient;
 
18
#ifndef SWIGPHP4
 
19
        %rename(inResponseTo) InResponseTo;
 
20
#endif
9
21
        char *InResponseTo;
 
22
#ifndef SWIGPHP4
 
23
        %rename(address) Address;
 
24
#endif
10
25
        char *Address;
11
26
} LassoSaml2SubjectConfirmationData;
12
27
%extend LassoSaml2SubjectConfirmationData {