]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire.h
* merged with the apt--mvo branch
[apt.git] / apt-pkg / acquire.h
index d73a52c7a2ccdb4aeaeb93b4735b21cfee6a836e..1de6f5e4471de5f2f20bf9fcc9a432160f24efaa 100644 (file)
@@ -437,8 +437,12 @@ class pkgAcquire::Queue
    
    public:
    
-   /** \brief Insert the given fetch request into this queue. */
-   void Enqueue(ItemDesc &Item);
+   /** \brief Insert the given fetch request into this queue. 
+    *
+    *  \return \b true if the queuing was successful. May return
+    *  \b false if the Item is already in the queue
+    */
+   bool Enqueue(ItemDesc &Item);
 
    /** \brief Remove all fetch requests for the given item from this queue.
     *