|
|
|
@ -20,14 +20,14 @@
|
|
|
|
|
*/
|
|
|
|
|
/*
|
|
|
|
|
File: ifd.cpp
|
|
|
|
|
Version: $Name: $ $Revision: 1.6 $
|
|
|
|
|
Version: $Name: $ $Revision: 1.7 $
|
|
|
|
|
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
|
|
|
|
|
History: 26-Jan-04, ahu: created
|
|
|
|
|
11-Feb-04, ahu: isolated as a component
|
|
|
|
|
*/
|
|
|
|
|
// *****************************************************************************
|
|
|
|
|
#include "rcsid.hpp"
|
|
|
|
|
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.6 $ $RCSfile: ifd.cpp,v $")
|
|
|
|
|
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.7 $ $RCSfile: ifd.cpp,v $")
|
|
|
|
|
|
|
|
|
|
// *****************************************************************************
|
|
|
|
|
// included header files
|
|
|
|
@ -307,9 +307,9 @@ namespace Exif {
|
|
|
|
|
|
|
|
|
|
void Ifd::clear()
|
|
|
|
|
{
|
|
|
|
|
offset_ = 0;
|
|
|
|
|
next_ = 0;
|
|
|
|
|
entries_.clear();
|
|
|
|
|
next_ = 0;
|
|
|
|
|
offset_ = 0;
|
|
|
|
|
} // Ifd::clear
|
|
|
|
|
|
|
|
|
|
void Ifd::add(const Entry& entry)
|
|
|
|
|