~ubuntu-branches/ubuntu/precise/exiv2/precise

« back to all changes in this revision

Viewing changes to src/exif.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-07-09 19:43:59 UTC
  • mfrom: (1.1.12 upstream) (11.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100709194359-7w1hbf33l7d2rgmq
Tags: 0.20-2
Upload to unstable - cleared with debian-release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// ***************************************************************** -*- C++ -*-
2
2
/*
3
 
 * Copyright (C) 2004-2009 Andreas Huggel <ahuggel@gmx.net>
 
3
 * Copyright (C) 2004-2010 Andreas Huggel <ahuggel@gmx.net>
4
4
 *
5
5
 * This program is part of the Exiv2 distribution.
6
6
 *
21
21
/*!
22
22
  @file    exif.hpp
23
23
  @brief   Encoding and decoding of Exif data
24
 
  @version $Rev: 1937 $
 
24
  @version $Rev: 2045 $
25
25
  @author  Andreas Huggel (ahu)
26
26
           <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
27
27
  @date    09-Jan-04, ahu: created
38
38
 
39
39
// + standard includes
40
40
#include <string>
41
 
#include <vector>
 
41
#include <list>
42
42
#include <memory>
43
43
 
44
44
// *****************************************************************************
423
423
    }; // class ExifThumb
424
424
 
425
425
    //! Container type to hold all metadata
426
 
    typedef std::vector<Exifdatum> ExifMetadata;
 
426
    typedef std::list<Exifdatum> ExifMetadata;
427
427
 
428
428
    /*!
429
429
      @brief A container for Exif data.  This is a top-level class of the %Exiv2