equal
deleted
inserted
replaced
357 iLogBus->LogText( _L( "DoServiceL: EhspsRestoreActiveAppConf" ) ); |
357 iLogBus->LogText( _L( "DoServiceL: EhspsRestoreActiveAppConf" ) ); |
358 #endif |
358 #endif |
359 RestoreActiveAppConfL( aMessage ); |
359 RestoreActiveAppConfL( aMessage ); |
360 break; |
360 break; |
361 } |
361 } |
|
362 case EhspsRestoreConfigurations: |
|
363 { |
|
364 #ifdef HSPS_LOG_ACTIVE |
|
365 iLogBus->LogText( _L( "DoServiceL: EhspsRestoreConfigurations" ) ); |
|
366 #endif |
|
367 RestoreConfigurationsL( aMessage ); |
|
368 break; |
|
369 } |
362 default: |
370 default: |
363 { |
371 { |
364 #ifdef HSPS_LOG_ACTIVE |
372 #ifdef HSPS_LOG_ACTIVE |
365 iLogBus->LogText( _L( "DoServiceL: - unrecognized function %d called." ), aMessage.Function() ); |
373 iLogBus->LogText( _L( "DoServiceL: - unrecognized function %d called." ), aMessage.Function() ); |
366 #endif |
374 #endif |
694 else |
702 else |
695 { |
703 { |
696 iClientRequestHandler->ServiceGetOdtUpdateL(aMessage); |
704 iClientRequestHandler->ServiceGetOdtUpdateL(aMessage); |
697 } |
705 } |
698 } |
706 } |
|
707 |
|
708 // ----------------------------------------------------------------------------- |
|
709 // ChspsThemeServerSession::RestoreConfigurationsL |
|
710 // ----------------------------------------------------------------------------- |
|
711 void ChspsThemeServerSession::RestoreConfigurationsL( const RMessage2& aMessage ) |
|
712 { |
|
713 CreateMaintenanceHandlerL( aMessage.SecureId().iId ); |
|
714 iMaintenanceHandler->ServiceRestoreConfigurationsL( aMessage ); |
|
715 } |
699 |
716 |
700 // ----------------------------------------------------------------------------- |
717 // ----------------------------------------------------------------------------- |
701 // ChspsThemeServerSession::CancelGetOdtUpdate |
718 // ChspsThemeServerSession::CancelGetOdtUpdate |
702 // (other items were commented in a header). |
719 // (other items were commented in a header). |
703 // ----------------------------------------------------------------------------- |
720 // ----------------------------------------------------------------------------- |