equal
deleted
inserted
replaced
352 void CMdSServer::ConstructL() |
352 void CMdSServer::ConstructL() |
353 { |
353 { |
354 __INIT_LOGGER; |
354 __INIT_LOGGER; |
355 StartL( KMdSServerName ); |
355 StartL( KMdSServerName ); |
356 __LOGLB( ELogAlways, "Server start" ); |
356 __LOGLB( ELogAlways, "Server start" ); |
|
357 |
|
358 RProcess process; |
|
359 process.SetPriority( EPriorityBackground ); |
|
360 process.Close(); |
357 |
361 |
358 CheckInitSriptL(); |
362 CheckInitSriptL(); |
359 |
363 |
360 iLockList = CMdSObjectLockList::NewL(); |
364 iLockList = CMdSObjectLockList::NewL(); |
361 CMdSSqLiteConnection* conn = CMdSSqLiteConnection::NewLC(); |
365 CMdSSqLiteConnection* conn = CMdSSqLiteConnection::NewLC(); |
362 iDefaultDBConnection = conn; |
366 iDefaultDBConnection = conn; |
363 MMdSDbConnectionPool::SetDefaultDB( conn ); |
367 MMdSDbConnectionPool::SetDefaultDB( conn ); |
364 |
|
365 CMdSMaintenanceEngine::InitConnectionL(); |
|
366 CleanupStack::Pop( conn ); |
368 CleanupStack::Pop( conn ); |
367 |
369 |
|
370 CMdSMaintenanceEngine::InitConnectionL(); |
|
371 |
368 iNotifier = CMdSNotifier::NewL(); |
372 iNotifier = CMdSNotifier::NewL(); |
369 |
373 |
370 InitializeL(); |
374 InitializeL(); |
371 |
375 |
372 iDiskSpaceGarbageCollectorNotifier = |
376 iDiskSpaceGarbageCollectorNotifier = |