equal
deleted
inserted
replaced
1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
55 // |
55 // |
56 const TInt error = iNotifier.Open(iDatabase.DTIDatabase()); |
56 const TInt error = iNotifier.Open(iDatabase.DTIDatabase()); |
57 User::LeaveIfError(error); |
57 User::LeaveIfError(error); |
58 // |
58 // |
59 Request(); |
59 Request(); |
60 // |
60 // coverity[negative_returns] |
61 iIdler = CIdle::NewL(CActive::EPriorityIdle); |
61 iIdler = CIdle::NewL(CActive::EPriorityIdle); |
62 } |
62 } |
63 |
63 |
64 CLogServDatabaseChangeTracker* CLogServDatabaseChangeTracker::NewL(MLogServDatabaseTransactionInterface& aDatabase, MLogServBackupInterface& aBackupInterface, TInt aPriority) |
64 CLogServDatabaseChangeTracker* CLogServDatabaseChangeTracker::NewL(MLogServDatabaseTransactionInterface& aDatabase, MLogServBackupInterface& aBackupInterface, TInt aPriority) |
65 { |
65 { |