--- a/idlefw/plugins/sapidataplugin/src/sapidata.cpp Fri Mar 12 15:43:54 2010 +0200
+++ b/idlefw/plugins/sapidataplugin/src/sapidata.cpp Mon Mar 15 12:41:53 2010 +0200
@@ -699,12 +699,15 @@
// RefreshL
// ---------------------------------------------------------------------------
//
-void CSapiData::RefreshL( TDesC& aPublisher, TDesC& aContentType,
- TDesC& aContentId, TDesC& aOperation )
+void CSapiData::RefreshL( TDesC& aPublisher,
+ TDesC& aContentType,
+ TDesC& aContentId,
+ TDesC& aOperation,
+ CLiwDefaultMap* aDataMap )
{
if ( CanUpdate( aPublisher, aContentType, aContentId ) )
{
- iPlugin->RefreshL( aContentType, aOperation);
+ iPlugin->RefreshL( aContentType, aOperation, aDataMap );
}
}