Don't inline in the .cc file, if the method is exposed by the header file. BASE-SuSE-Code-11_2-Branch
authorMichael Andres <ma@suse.de>
Fri, 26 Feb 2010 16:47:58 +0000 (17:47 +0100)
committerMichael Andres <ma@suse.de>
Fri, 26 Feb 2010 16:47:58 +0000 (17:47 +0100)
zypp/media/CredentialManager.cc

index 5e8ea09..c8a00ec 100644 (file)
@@ -6,7 +6,7 @@
 |                         /_____||_| |_| |_|                           |
 |                                                                      |
 \---------------------------------------------------------------------*/
-/** \file zypp/media/CredentialManager.h
+/** \file zypp/media/CredentialManager.cc
  *
  */
 #include <iostream>
@@ -45,7 +45,7 @@ namespace zypp
     - url::ViewOption::WITH_PASSWORD
     - url::ViewOption::WITH_QUERY_STR;
 
-  inline bool
+  bool
   AuthDataComparator::operator()(
       const AuthData_Ptr & lhs, const AuthData_Ptr & rhs)
   {