~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to frmts/rasterlite/rasterlitedataset.h

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: rasterlitedataset.h 17720 2009-09-30 22:32:20Z rouault $
 
2
 * $Id: rasterlitedataset.h 21723 2011-02-15 19:52:18Z rouault $
3
3
 *
4
4
 * Project:  GDAL Rasterlite driver
5
5
 * Purpose:  Implement GDAL Rasterlite support using OGR SQLite driver
65
65
 
66
66
    static GDALDataset *Open( GDALOpenInfo * );
67
67
    static int          Identify( GDALOpenInfo * );
68
 
    
 
68
 
 
69
  protected:
 
70
    virtual int         CloseDependentDatasets();
 
71
 
69
72
  private:
70
73
  
71
74
    int bMustFree;