--- a/wim/WimServer/src/WimTrustSettingsStore.cpp Fri Jul 30 13:42:45 2010 +0300
+++ b/wim/WimServer/src/WimTrustSettingsStore.cpp Fri Aug 06 10:55:57 2010 +0300
@@ -384,6 +384,7 @@
CleanupStack::PopAndDestroy( &applications );
}
);
+ _WIMTRACE2 ( _L( "CWimTrustSettingsStore::DoSetDefaultTrustSettingsL(), err=%d" ), err );
if ( err != KErrNone ) // Some error occured
{
@@ -418,7 +419,8 @@
RemoveApplicationsL( certID ); // Remove applications
RemoveCertificateL( certID ); // Remove certificate
);
-
+ _WIMTRACE2 ( _L( "CWimTrustSettingsStore::DoRemoveTrustSettingsL(), err=%d" ), err );
+
if ( err ) // Some error occurred
{
iDatabase.Rollback(); // Rollback changes