X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Fxpdf%2FUnicodeMap.h;h=6fd4ed24fb0f2c9acdccb6cafecf24def21d84a0;hb=a2f683fe644fded868c536909907282555b1b777;hp=60c0c279296871477c39ffab11884a7a00b1519b;hpb=28c37dbcf87665a4ccec58bef9ef8ff0697022dd;p=evince.git diff --git a/pdf/xpdf/UnicodeMap.h b/pdf/xpdf/UnicodeMap.h index 60c0c279..6fd4ed24 100644 --- a/pdf/xpdf/UnicodeMap.h +++ b/pdf/xpdf/UnicodeMap.h @@ -4,7 +4,7 @@ // // Mapping from Unicode to an encoding. // -// Copyright 2001-2002 Glyph & Cog, LLC +// Copyright 2001-2003 Glyph & Cog, LLC // //======================================================================== @@ -20,6 +20,10 @@ #include "gtypes.h" #include "CharTypes.h" +#if MULTITHREADED +#include "GMutex.h" +#endif + class GString; //------------------------------------------------------------------------ @@ -91,6 +95,9 @@ private: UnicodeMapExt *eMaps; // (user) int eMapsLen; // (user) int refCnt; +#ifdef MULTITHREADED + GMutex mutex; +#endif }; //------------------------------------------------------------------------