homescreenpluginsrv/hspsmanager/client/hspsclientsession.cpp
changeset 4 1a2a00e78665
parent 0 79c6a41cd166
child 14 15e4dd19031c
equal deleted inserted replaced
3:ff572005ac23 4:1a2a00e78665
   467     aResultData.Zero();                          
   467     aResultData.Zero();                          
   468     TPckgC<ThspsParamRestoreActiveAppConf> packagedStruct( aParams );            
   468     TPckgC<ThspsParamRestoreActiveAppConf> packagedStruct( aParams );            
   469     return SendReceive( EhspsRestoreActiveAppConf, TIpcArgs( &aResultData, &packagedStruct ) );             
   469     return SendReceive( EhspsRestoreActiveAppConf, TIpcArgs( &aResultData, &packagedStruct ) );             
   470     }
   470     }
   471 
   471 
       
   472 // -----------------------------------------------------------------------------
       
   473 // RhspsClientSession::RestoreConfigurations
       
   474 // -----------------------------------------------------------------------------
       
   475 //
       
   476 EXPORT_C TInt RhspsClientSession::RestoreConfigurations(
       
   477     TDes8& aResultData, 
       
   478     const ThspsParamRestoreConfigurations& aParams )
       
   479     {
       
   480     aResultData.Zero();                                         
       
   481     TPckgC<ThspsParamRestoreConfigurations> packagedStruct( aParams );
       
   482     return SendReceive( EhspsRestoreConfigurations, TIpcArgs( &aResultData, &packagedStruct ) );
       
   483     }
       
   484 
   472 // end of file
   485 // end of file
   473 
   486