[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 11:06:36
Message-ID: 1266923196.251389.26356.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1094853 by tmcguire:

Revert r1094769, it was not needed.


 M  +1 -4      exception.h  


--- trunk/KDE/kdepimlibs/gpgme++/exception.h #1094852:1094853
@@ -40,10 +40,7 @@
             AllOptions = MessageOnly
         };
 
-        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 ) +        explicit Exception( const GpgME::Error & err, const \
                std::string & msg=std::string(), Options opt=NoOptions )
             : 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