~ubuntu-branches/ubuntu/utopic/libopenraw/utopic

« back to all changes in this revision

Viewing changes to lib/neffile.cpp

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2012-03-10 08:57:09 UTC
  • mto: (7.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: package-import@ubuntu.com-20120310085709-zuimi0xsth01nfkc
Tags: upstream-0.0.9
ImportĀ upstreamĀ versionĀ 0.0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <libopenraw++/thumbnail.h>
28
28
#include <libopenraw++/rawdata.h>
29
29
 
30
 
#include "debug.h"
 
30
#include "trace.h"
31
31
#include "ifd.h"
32
32
#include "ifdfilecontainer.h"
33
33
#include "ifddir.h"
61
61
                                                                                          OR_TYPEID_NIKON_D3) },
62
62
                        { "NIKON D300", OR_MAKE_FILE_TYPEID(OR_TYPEID_VENDOR_NIKON, 
63
63
                                                                                                OR_TYPEID_NIKON_D300) },
 
64
                        { "NIKON D3000", OR_MAKE_FILE_TYPEID(OR_TYPEID_VENDOR_NIKON, 
 
65
                                                                                                OR_TYPEID_NIKON_D3000) },
64
66
                        { "NIKON D40", OR_MAKE_FILE_TYPEID(OR_TYPEID_VENDOR_NIKON, 
65
67
                                                                                           OR_TYPEID_NIKON_D40) },
66
68
                        { "NIKON D40X", OR_MAKE_FILE_TYPEID(OR_TYPEID_VENDOR_NIKON,