[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepimlibs/gpgme++
From:       Thomas McGuire <mcguire () kde ! org>
Date:       2010-02-23 8:38:55
Message-ID: 1266914335.736357.4713.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1094769 by tmcguire:

Add a second constructor, to make this binary compatible again, after the change
in r1090463.

CCMAIL: marc@kdab.com


 M  +4 -1      exception.h  


--- trunk/KDE/kdepimlibs/gpgme++/exception.h #1094768:1094769
@@ -40,7 +40,10 @@
             AllOptions = MessageOnly
         };
 
-        explicit Exception( const GpgME::Error & err, const std::string & \
msg=std::string(), Options opt=NoOptions ) +        explicit Exception( const \
GpgME::Error & err, const std::string & msg=std::string() ) +            : \
std::runtime_error( make_message( err, msg, NoOptions ) ), m_error( err ), m_message( \
msg ) {} +
+        explicit Exception( const GpgME::Error & err, const std::string & msg, \
                Options opt )
             : std::runtime_error( make_message( err, msg, opt ) ), m_error( err ), \
m_message( msg ) {}  
         ~Exception() throw();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic