coreapplicationuis/DbRecovery/Src/CDbRecovery.cpp
changeset 76 f5642d05cce0
parent 0 2e3d3ce01487
--- a/coreapplicationuis/DbRecovery/Src/CDbRecovery.cpp	Fri Sep 17 08:30:44 2010 +0300
+++ b/coreapplicationuis/DbRecovery/Src/CDbRecovery.cpp	Mon Oct 04 00:28:21 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);