diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-07-18 23:21:46 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-07-18 23:21:46 +0200 |
commit | 564720959e4ae47921b795fe6c5ce46e1e1bdc95 (patch) | |
tree | abaa12f1cee1cceadc11cd98a7b2352a1fce0af2 /apt-pkg/acquire.h | |
parent | 9c3e15ab5f8b5864c43a08065a6bc8cf376fd138 (diff) |
WIP transaction based update
Diffstat (limited to 'apt-pkg/acquire.h')
-rw-r--r-- | apt-pkg/acquire.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h index 0113021b2..0b955cc76 100644 --- a/apt-pkg/acquire.h +++ b/apt-pkg/acquire.h @@ -248,6 +248,10 @@ class pkgAcquire public: + /** \brief Abort a given transaction */ + void AbortTransaction(unsigned long TransactionID); + void CommitTransaction(unsigned long TransactionID); + /** \brief Retrieve information about a fetch method by name. * * \param Access The name of the method to look up. |