[Kde-imaging] extragear/libs/kipi-plugins/common/exiv2iface
Gilles Caulier
caulier.gilles at free.fr
Thu Nov 16 10:28:34 CET 2006
SVN commit 605301 by cgilles:
kipi-plugins from trunk : compile under kubuntu without using C++ exception management everywhere : do not include exiv2 headers in Exiv2Iface header.
CCMAIL: kde-imaging at kde.org
M +2 -0 exiv2iface.cpp
M +4 -4 exiv2iface.h
--- trunk/extragear/libs/kipi-plugins/common/exiv2iface/exiv2iface.cpp #605300:605301
@@ -54,6 +54,8 @@
#include <exiv2/jpgimage.hpp>
#include <exiv2/datasets.hpp>
#include <exiv2/tags.hpp>
+#include <exiv2/types.hpp>
+#include <exiv2/exif.hpp>
// Local includes.
--- trunk/extragear/libs/kipi-plugins/common/exiv2iface/exiv2iface.h #605300:605301
@@ -33,11 +33,11 @@
#include <qimage.h>
#include <qdatetime.h>
-// Exiv2 includes.
+namespace Exiv2
+{
+ class Exifdatum;
+}
-#include <exiv2/types.hpp>
-#include <exiv2/exif.hpp>
-
namespace KIPIPlugins
{
More information about the Kde-imaging
mailing list