]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
use _apt:root only for partial directories
[apt.git] / apt-pkg / acquire-item.h
index 02b8c13e8ec465fd683ab790d4fbfad91e77001e..a3388ca3e09f2098df3ced4bf2873a804b629abe 100644 (file)
@@ -75,12 +75,11 @@ class pkgAcquire::Item : public WeakPointable
     *  \param Item Metadata about this item (its URI and
     *  description).
     */
-   inline void QueueURI(ItemDesc &Item)
-                 {Owner->Enqueue(Item);};
+   void QueueURI(ItemDesc &Item);
 
    /** \brief Remove this item from its owner's queue. */
-   inline void Dequeue() {Owner->Dequeue(this);};
-   
+   void Dequeue();
+
    /** \brief Rename a file without modifying its timestamp.
     *
     *  Many item methods call this as their final action.