diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-09-17 09:17:49 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-09-17 09:17:49 +0200 |
commit | 715c65de1f132aff9f040f0640e985018e4b564e (patch) | |
tree | 950287c865870b2b3f678d099d2ad2e212a2862c /apt-pkg/acquire.h | |
parent | 60323ed7fde01e8c013616e2d428bf9718f2fbc7 (diff) |
use pkgAcqMetaBase as the transactionManager
Diffstat (limited to 'apt-pkg/acquire.h')
-rw-r--r-- | apt-pkg/acquire.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h index 7f51dd8f5..0113021b2 100644 --- a/apt-pkg/acquire.h +++ b/apt-pkg/acquire.h @@ -248,11 +248,6 @@ class pkgAcquire public: - /** \brief Abort a given transaction */ - void AbortTransaction(unsigned long TransactionID); - void CommitTransaction(unsigned long TransactionID); - bool TransactionHasError(unsigned long TransactionID); - /** \brief Retrieve information about a fetch method by name. * * \param Access The name of the method to look up. |