]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire.h
mve MetaKey into pkgAcqBaseIndex
[apt.git] / apt-pkg / acquire.h
index 0113021b21dce95c1a4cec534a61732c2e75d5c8..7f51dd8f57f1f044d808f7c6c3ef23eaad4fb0b3 100644 (file)
@@ -248,6 +248,11 @@ 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.