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

« back to all changes in this revision

Viewing changes to swig/saml-2.0/samlp2_scoping.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(Samlp2Scoping) LassoSamlp2Scoping;
4
4
#endif
5
5
typedef struct {
 
6
#ifndef SWIGPHP4
 
7
        %rename(requesterId) RequesterID;
 
8
#endif
6
9
        char *RequesterID;
 
10
#ifndef SWIGPHP4
 
11
        %rename(proxyCount) ProxyCount;
 
12
#endif
7
13
        char *ProxyCount;
8
14
} LassoSamlp2Scoping;
9
15
%extend LassoSamlp2Scoping {