]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-method.h
Hide hit for local uris
[apt.git] / apt-pkg / acquire-method.h
index 014cfb7f15efc98d6cd4d7967d1119ebdf80b630..7d5e182e73be48cd6dc179a59abca929c798e695 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: acquire-method.h,v 1.8 1998/12/22 07:58:49 jgg Exp $
+// $Id: acquire-method.h,v 1.9 1998/12/22 08:10:34 jgg Exp $
 /* ######################################################################
 
    Acquire Method - Method helper class + functions
 /* ######################################################################
 
    Acquire Method - Method helper class + functions
@@ -56,7 +56,7 @@ class pkgAcqMethod
    
    // Outgoing messages
    void Fail(bool Transient = false);
    
    // Outgoing messages
    void Fail(bool Transient = false);
-   inline void Fail(const char *Why, bool Transient = false) {Fail(Why,Transient);};
+   inline void Fail(const char *Why, bool Transient = false) {Fail(string(Why),Transient);};
    void Fail(string Why, bool Transient = false);
    void URIStart(FetchResult &Res);
    void URIDone(FetchResult &Res,FetchResult *Alt = 0);
    void Fail(string Why, bool Transient = false);
    void URIStart(FetchResult &Res);
    void URIDone(FetchResult &Res,FetchResult *Alt = 0);