Subversion Repositories public

Rev

Blame | Last modification | View Log | RSS feed

//
// C++ Interface: GDALError
//
// Description: 
//
//
// Author: Andreas Theofilu <andreas@theosys.at>, (C) 2009
//
// Copyright: See COPYING file that comes with this distribution
//
//

#ifndef _GDALERROR_H
#define _GDALERROR_H

#include <QString>

#if defined HAVE_GDAL
void spwErrorHandler(CPLErr, int, const char *);
void destroyErrors();
QString catGDALError();
#endif  // HAVE_GDAL

#endif  // _GDALERROR_H