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

« back to all changes in this revision

Viewing changes to swig/Lasso-wsf-disco.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:
1
1
/* -*- Mode: c; c-basic-offset: 8 -*-
2
2
 *
3
 
 * $Id: Lasso-wsf-disco.i,v 1.4 2006/01/21 09:31:13 fpeters Exp $
 
3
 * $Id: Lasso-wsf-disco.i,v 1.7 2006/12/20 23:41:44 fpeters Exp $
4
4
 *
5
5
 * SWIG bindings for Lasso Library
6
6
 *
495
495
/* Implementations of methods */
496
496
 
497
497
/* Implementations of methods inherited from LassoNode */
 
498
void
498
499
LassoDiscoDescription_addSecurityMechId(LassoDiscoDescription *self, const char *security_mech_id) {
499
500
        self->SecurityMechID = g_list_append(self->SecurityMechID, g_strdup(security_mech_id));
500
501
}
1147
1148
typedef struct {
1148
1149
        /* Attributes */
1149
1150
 
1150
 
#if !defined(SWIGPHP4) && !defined(SWIGCSHARP)
1151
 
        /* "abstract" is a reserved word in C#. */
 
1151
#ifndef SWIGPHP4
 
1152
  /* XXX: SWIG 1.3.31 fails to compile the PHP binding it generates if this
 
1153
   * part is present */
 
1154
 
 
1155
#if !defined(SWIGPHP4) && !defined(SWIGCSHARP) && !defined(SWIGJAVA)
 
1156
        /* "abstract" is a reserved word in PHP, C# and Java. */
1152
1157
        %rename(abstract) Abstract;
1153
1158
#endif
1154
1159
        char *Abstract;
1155
1160
 
 
1161
#endif /* !SWIGPHP4 */
 
1162
 
1156
1163
#ifndef SWIGPHP4
1157
1164
        %rename(entryId) entryID;
1158
1165
#endif