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

« back to all changes in this revision

Viewing changes to src/sonymn.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-12-07 18:40:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207184010-0ouu8v0dr8nznob9
Tags: 0.12-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
/*!
22
22
  @file    sonymn.hpp
23
23
  @brief   Basic Sony MakerNote implementation
24
 
  @version $Rev: 669 $
 
24
  @version $Rev: 986 $
25
25
  @author  Andreas Huggel (ahu)
26
26
           <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
27
27
  @date    18-Apr-05, ahu: created
113
113
        int checkHeader() const;
114
114
        AutoPtr create(bool alloc =true) const;
115
115
        AutoPtr clone() const;
 
116
        //! Return read-only list of built-in Sony tags
 
117
        static const TagInfo* tagList();
116
118
        //@}
117
119
 
118
120
        //! @cond IGNORE