Revision: 201009 RCL_3
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 15 Mar 2010 12:41:57 +0200
branchRCL_3
changeset 11 0b696286a1b2
parent 10 a152385bb39d
child 12 e1ad3c803639
Revision: 201009 Kit: 201010
brandingserver/bsserver/cbsinstallhandler.cpp
brandingserver/group/backup_registration.xml
imsrv_plat/xmpp_settings_api/tsrc/group/xmppsettings_api_DoxyFile.txt
--- a/brandingserver/bsserver/cbsinstallhandler.cpp	Fri Mar 12 15:43:59 2010 +0200
+++ b/brandingserver/bsserver/cbsinstallhandler.cpp	Mon Mar 15 12:41:57 2010 +0200
@@ -343,7 +343,7 @@
     // aaa$bbb -> aaa$bbb.install
     CDir* dir = NULL;
     iFs.GetDir( file, KEntryAttNormal, ESortNone, dir );
-    if( dir->Count() > 0 )
+    if( dir && dir->Count() > 0 )
         {
         // brand is installed
         delete dir;
@@ -362,7 +362,7 @@
     // check file with different versions:
     // aaa$bbb -> aaa$bbb$*.install
     iFs.GetDir( file, KEntryAttNormal, ESortNone, dir );
-    if( dir->Count() > 0 )
+    if( dir && dir->Count() > 0 )
         {
         // brand is installed
         delete dir;
--- a/brandingserver/group/backup_registration.xml	Fri Mar 12 15:43:59 2010 +0200
+++ b/brandingserver/group/backup_registration.xml	Mon Mar 15 12:41:57 2010 +0200
@@ -3,7 +3,7 @@
 <!-- Backup registration file for Branding Server -->
 
 <backup_registration version="1.0">
-	<passive_backup delete_before_restore="yes">
+	<passive_backup delete_before_restore="no">
 		<include_directory name="\"/>		
 	</passive_backup>
 	<proxy_data_manager SID="0x10202BE9"/>
--- a/imsrv_plat/xmpp_settings_api/tsrc/group/xmppsettings_api_DoxyFile.txt	Fri Mar 12 15:43:59 2010 +0200
+++ b/imsrv_plat/xmpp_settings_api/tsrc/group/xmppsettings_api_DoxyFile.txt	Mon Mar 15 12:41:57 2010 +0200
@@ -1,8 +1,7 @@
-#
 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
 # All rights reserved.
 # This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
 # which accompanies this distribution, and is available
 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
 #
@@ -11,7 +10,8 @@
 #
 # Contributors:
 # 
-# Description:
+# Description: MMP file for STIF Test Framework's TestScripter 
+# testclass test module.
 #
 #