diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-29 14:57:50 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-29 14:57:50 +0000 |
commit | 6040f5893a85c0206d3fd234c46a608b87a5e9ac (patch) | |
tree | 199c3ffa8bf120803c23709a3b86c8d076ce97eb /apt-pkg/deb/debindexfile.h | |
parent | d84cd8651bce12774b8bc5f471c4a3c59fe992de (diff) |
* debug support (Debug::pkgAcquire::RRed) for rred method added
Diffstat (limited to 'apt-pkg/deb/debindexfile.h')
-rw-r--r-- | apt-pkg/deb/debindexfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/debindexfile.h b/apt-pkg/deb/debindexfile.h index a1b9583a4..48a345adf 100644 --- a/apt-pkg/deb/debindexfile.h +++ b/apt-pkg/deb/debindexfile.h @@ -59,7 +59,7 @@ class debPackagesIndex : public pkgIndexFile // Stuff for accessing files on remote items virtual string ArchiveInfo(pkgCache::VerIterator Ver) const; - virtual string ArchiveURI(string File) const {return URI + File;}; + virtual string ArchiveURI(string File) const; // Interface for acquire virtual string Describe(bool Short) const; |