]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire.h
WIP transaction based update
[apt.git] / apt-pkg / acquire.h
index 0113021b21dce95c1a4cec534a61732c2e75d5c8..0b955cc766c34241bc7b3a99a89a03cbc8e525bc 100644 (file)
@@ -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.