]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire.h
use pkgAcqMetaBase as the transactionManager
[apt.git] / apt-pkg / acquire.h
index 7f51dd8f57f1f044d808f7c6c3ef23eaad4fb0b3..0113021b21dce95c1a4cec534a61732c2e75d5c8 100644 (file)
@@ -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.