- Introduced exiv2.hpp as a wrapper to include all Exiv2 objects. (Renamed existing exiv2.hpp to exiv2app.hpp)

- Changed Sony/Minolta pretty-print function to print EV value
- Renamed rcsid.hpp to rcsid_int.hpp, do not publish it anymore
This commit is contained in:
Andreas Huggel
2010-06-27 10:04:39 +00:00
parent b83ad4c65c
commit 06ce0d18b6
80 changed files with 109 additions and 130 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
// stringto-test.cpp, $Rev$
// Test conversions from string to long, float and Rational types.
#include <exiv2/types.hpp>
#include <exiv2/error.hpp>
#include <exiv2/exiv2.hpp>
#include <iostream>
#include <iomanip>