/src/xpdf-4.05/splash/SplashFontFileID.cc
Line | Count | Source (jump to first uncovered line) |
1 | | //======================================================================== |
2 | | // |
3 | | // SplashFontFileID.cc |
4 | | // |
5 | | // Copyright 2003-2013 Glyph & Cog, LLC |
6 | | // |
7 | | //======================================================================== |
8 | | |
9 | | #include <aconf.h> |
10 | | |
11 | | #include "gmempp.h" |
12 | | #include "SplashFontFileID.h" |
13 | | |
14 | | //------------------------------------------------------------------------ |
15 | | // SplashFontFileID |
16 | | //------------------------------------------------------------------------ |
17 | | |
18 | 0 | SplashFontFileID::SplashFontFileID() { |
19 | 0 | } |
20 | | |
21 | 0 | SplashFontFileID::~SplashFontFileID() { |
22 | 0 | } |