coreapplicationuis/DbRecovery/Src/CDbRecovery.cpp
changeset 72 56a7be608841
parent 0 2e3d3ce01487
--- a/coreapplicationuis/DbRecovery/Src/CDbRecovery.cpp	Fri Sep 03 16:56:10 2010 +0300
+++ b/coreapplicationuis/DbRecovery/Src/CDbRecovery.cpp	Wed Sep 22 18:06:15 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). 
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -350,7 +350,7 @@
 static void PrepareRecoveryL()
     {
     // Rename thread - ignore error
-    User().RenameThread( KDbRecoveryThreadName );
+    User::RenameThread( KDbRecoveryThreadName );
 
     CActiveScheduler* scheduler = new(ELeave) CActiveScheduler();
     CleanupStack::PushL(scheduler);