~ubuntu-branches/ubuntu/raring/djvulibre/raring

« back to all changes in this revision

Viewing changes to libdjvu/XMLParser.h

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2008-04-07 09:58:58 UTC
  • Revision ID: james.westby@ubuntu.com-20080407095858-pmacpv5w1ua376cn
Tags: 3.5.20-7
* Generate djview transition package (closes: #473341)
* Postscript generation issue (four-color image into cpaldjvu into
  djvups without -mode=bw) seems to be resolved (closes: #278945)
* Remove djvudigital from djvulibre-bin (closes: #461226)
* Rewrite desktop package description (closes: #474689, #474700)

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
//C- | MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
54
54
//C- +------------------------------------------------------------------
55
55
// 
56
 
// $Id: XMLParser.h,v 1.10 2007/03/25 20:48:34 leonb Exp $
57
 
// $Name: debian_version_3_5_20-2 $
 
56
// $Id: XMLParser.h,v 1.11 2008/01/27 11:36:27 leonb Exp $
 
57
// $Name: debian_version_3_5_20-7 $
58
58
 
59
59
#ifndef _LT_XMLPARSER__
60
60
#define _LT_XMLPARSER__
88
88
 
89
89
// this is the base class for using XML to change DjVu Docs.
90
90
 
91
 
class lt_XMLParser : public GPEnabled
 
91
class DJVUAPI lt_XMLParser : public GPEnabled
92
92
{
93
93
public:
94
94
  class Impl;