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

« back to all changes in this revision

Viewing changes to libdjvu/DjVuInfo.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: DjVuInfo.h,v 1.16 2007/03/25 20:48:30 leonb Exp $
57
 
// $Name: debian_version_3_5_20-2 $
 
56
// $Id: DjVuInfo.h,v 1.17 2008/01/27 11:36:27 leonb Exp $
 
57
// $Name: debian_version_3_5_20-7 $
58
58
 
59
59
#ifndef _DJVUINFO_H
60
60
#define _DJVUINFO_H
75
75
    @author
76
76
    L\'eon Bottou <leonb@research.att.com>
77
77
    @version
78
 
    #$Id: DjVuInfo.h,v 1.16 2007/03/25 20:48:30 leonb Exp $# */
 
78
    #$Id: DjVuInfo.h,v 1.17 2008/01/27 11:36:27 leonb Exp $# */
79
79
//@{
80
80
 
81
81
 
125
125
    chunk is always the first chunk of a DjVu file.
126
126
 */
127
127
 
128
 
class DjVuInfo : public GPEnabled
 
128
class DJVUAPI DjVuInfo : public GPEnabled
129
129
{
130
130
protected:
131
131
  DjVuInfo(void);