/src/xpdf-4.04/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 | | #ifdef USE_GCC_PRAGMAS |
12 | | #pragma implementation |
13 | | #endif |
14 | | |
15 | | #include "gmempp.h" |
16 | | #include "SplashFontFileID.h" |
17 | | |
18 | | //------------------------------------------------------------------------ |
19 | | // SplashFontFileID |
20 | | //------------------------------------------------------------------------ |
21 | | |
22 | 0 | SplashFontFileID::SplashFontFileID() { |
23 | 0 | } |
24 | | |
25 | 0 | SplashFontFileID::~SplashFontFileID() { |
26 | 0 | } |