imagehandlingutilities/thumbnailmanager/thumbnailclient/src/thumbnailsession.cpp
branchRCL_3
changeset 10 ee674526fac5
parent 9 dea39715fc05
child 17 ff2fb7658ff7
equal deleted inserted replaced
9:dea39715fc05 10:ee674526fac5
   336         
   336         
   337     TIpcArgs args( &aParams, KCheckValue);
   337     TIpcArgs args( &aParams, KCheckValue);
   338             
   338             
   339     SendReceive( EUpdateThumbnails, args, aStatus );  
   339     SendReceive( EUpdateThumbnails, args, aStatus );  
   340     }
   340     }
       
   341 
       
   342 // ---------------------------------------------------------------------------
       
   343 // Rename thumbnails.
       
   344 // ---------------------------------------------------------------------------
       
   345 //
       
   346 void RThumbnailSession::RenameThumbnails( TThumbnailRequestParamsPckg& aParams, 
       
   347                                           TRequestStatus& aStatus )
       
   348     {
       
   349     TIpcArgs args( &aParams, KCheckValue);
       
   350             
       
   351     SendReceive( ERenameThumbnails, args, aStatus ); 
       
   352     }
   341     
   353     
   342 
   354 
   343 // End of file
   355 // End of file