equal
deleted
inserted
replaced
363 |
363 |
364 iLockList = CMdSObjectLockList::NewL(); |
364 iLockList = CMdSObjectLockList::NewL(); |
365 CMdSSqLiteConnection* conn = CMdSSqLiteConnection::NewLC(); |
365 CMdSSqLiteConnection* conn = CMdSSqLiteConnection::NewLC(); |
366 iDefaultDBConnection = conn; |
366 iDefaultDBConnection = conn; |
367 MMdSDbConnectionPool::SetDefaultDB( conn ); |
367 MMdSDbConnectionPool::SetDefaultDB( conn ); |
368 |
|
369 CMdSMaintenanceEngine::InitConnectionL(); |
|
370 CleanupStack::Pop( conn ); |
368 CleanupStack::Pop( conn ); |
371 |
369 |
|
370 CMdSMaintenanceEngine::InitConnectionL(); |
|
371 |
372 iNotifier = CMdSNotifier::NewL(); |
372 iNotifier = CMdSNotifier::NewL(); |
373 |
373 |
374 InitializeL(); |
374 InitializeL(); |
375 |
375 |
376 iDiskSpaceGarbageCollectorNotifier = |
376 iDiskSpaceGarbageCollectorNotifier = |