diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-09-23 17:18:30 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-09-23 17:18:30 +0200 |
commit | 3f073d44c2d6cecb807f05a5f95c1c35ab23fb3c (patch) | |
tree | 801dfb0d4cfb8e97cd35d15a539b5e37044ae5de /apt-pkg/acquire-item.h | |
parent | 6f5ccfde13b99be593a5cfce1ebc68a7ee995c88 (diff) |
cleanup
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index 3c522f66e..ae53fc6ac 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -880,10 +880,9 @@ class pkgAcqIndex : public pkgAcqBaseIndex /** \brief Auto select the right compression to use */ void AutoSelectCompression(); - /** \brief Get the full pathname of the final file for the given URI + /** \brief Get the full pathname of the final file for the current URI */ - std::string GetFinalFilename(std::string const &URI, - std::string const &compExt); + std::string GetFinalFilename() const; /** \brief Schedule file for verification after a IMS hit */ void ReverifyAfterIMS(); |