class IndexCopy /*{{{*/
{
/** \brief dpointer placeholder (for later in case we need it) */
- void *d;
+ void * const d;
protected:
/*}}}*/
class PackageCopy : public IndexCopy /*{{{*/
{
- void *d;
+ void * const d;
protected:
virtual bool GetFile(std::string &Filename,unsigned long long &Size);
/*}}}*/
class SourceCopy : public IndexCopy /*{{{*/
{
- void *d;
+ void * const d;
protected:
virtual bool GetFile(std::string &Filename,unsigned long long &Size);
/*}}}*/
class TranslationsCopy /*{{{*/
{
- void *d;
+ void * const d;
protected:
pkgTagSection *Section;
class SigVerify /*{{{*/
{
/** \brief dpointer placeholder (for later in case we need it) */
- void *d;
+ void * const d;
APT_HIDDEN bool Verify(std::string prefix,std::string file, indexRecords *records);
APT_HIDDEN bool CopyMetaIndex(std::string CDROM, std::string CDName,