/[thuban]/branches/WIP-pyshapelib-bramz/libraries/pyshapelib/dbflibmodule.c
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/libraries/pyshapelib/dbflibmodule.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1611 by jan, Tue Aug 19 21:24:20 2003 UTC revision 1761 by bh, Mon Sep 29 10:52:22 2003 UTC
# Line 356  DBFInfo_write_record(DBFHandle handle, i Line 356  DBFInfo_write_record(DBFHandle handle, i
356      }      }
357  }  }
358    
359    /* Exception handler for the add_field method */
360    %typemap(python,except) int DBFFile_add_field {
361        $function;
362        if ($source < 0)
363        {
364            SWIG_exception(SWIG_RuntimeError, "add_field failed");
365        }
366    }
367    
368  /* define and use some typemaps for the field_info() method whose  /* define and use some typemaps for the field_info() method whose
369   * C-implementation has three output parameters that are returned   * C-implementation has three output parameters that are returned

Legend:
Removed from v.1611  
changed lines
  Added in v.1761

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26