~ubuntu-branches/ubuntu/trusty/apt/trusty

« back to all changes in this revision

Viewing changes to apt-pkg/edsp/edspindexfile.h

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-04-01 17:48:58 UTC
  • mfrom: (1.4.87 sid)
  • Revision ID: package-import@ubuntu.com-20140401174858-4mv29mm29zu22fn1
Tags: 1.0.1ubuntu1
merge with the debian/sid 1.0.1 version
(LP: #1302033)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#define PKGLIB_EDSPINDEXFILE_H
10
10
 
11
11
#include <apt-pkg/debindexfile.h>
 
12
#include <string>
12
13
 
13
14
#ifndef APT_8_CLEANER_HEADERS
14
15
#include <apt-pkg/indexfile.h>
15
16
#endif
16
17
 
 
18
class OpProgress;
 
19
class pkgCacheGenerator;
 
20
 
17
21
class edspIndex : public debStatusIndex
18
22
{
19
23
   /** \brief dpointer placeholder (for later in case we need it) */
21
25
 
22
26
   public:
23
27
 
24
 
   virtual const Type *GetType() const;
 
28
   virtual const Type *GetType() const APT_CONST;
25
29
 
26
30
   virtual bool Merge(pkgCacheGenerator &Gen,OpProgress *Prog) const;
27
31