idlefw/plugins/sapidataplugin/src/sapidata.cpp
branchRCL_3
changeset 19 502e5d91ad42
parent 18 bd874ee5e5e2
child 51 15e4dd19031c
equal deleted inserted replaced
18:bd874ee5e5e2 19:502e5d91ad42
   697 
   697 
   698 // ---------------------------------------------------------------------------
   698 // ---------------------------------------------------------------------------
   699 // RefreshL
   699 // RefreshL
   700 // ---------------------------------------------------------------------------
   700 // ---------------------------------------------------------------------------
   701 //
   701 //
   702 void CSapiData::RefreshL( TDesC& aPublisher, TDesC& aContentType, 
   702 void CSapiData::RefreshL( TDesC& aPublisher,
   703                 TDesC& aContentId, TDesC& aOperation )
   703                           TDesC& aContentType, 
       
   704                           TDesC& aContentId,
       
   705                           TDesC& aOperation,
       
   706                           CLiwDefaultMap* aDataMap )
   704     {
   707     {
   705      if ( CanUpdate( aPublisher, aContentType, aContentId ) )
   708      if ( CanUpdate( aPublisher, aContentType, aContentId ) )
   706     	 {
   709     	 {
   707     	 iPlugin->RefreshL( aContentType, aOperation);
   710     	 iPlugin->RefreshL( aContentType, aOperation, aDataMap );
   708     	 }
   711     	 }
   709     }
   712     }
   710 
   713 
   711 // ---------------------------------------------------------------------------
   714 // ---------------------------------------------------------------------------
   712 // IsPluginActive
   715 // IsPluginActive