Subversion Repositories public

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
283 andreas 1
//
2
// C++ Interface: GDALError
3
//
4
// Description: 
5
//
6
//
7
// Author: Andreas Theofilu <andreas@theosys.at>, (C) 2009
8
//
9
// Copyright: See COPYING file that comes with this distribution
10
//
11
//
12
 
13
#ifndef _GDALERROR_H
14
#define _GDALERROR_H
15
 
16
#include <QString>
17
 
18
#if defined HAVE_GDAL
19
void spwErrorHandler(CPLErr, int, const char *);
20
void destroyErrors();
21
QString catGDALError();
22
#endif	// HAVE_GDAL
23
 
24
#endif  // _GDALERROR_H