contentstorage/casrv/cawidgetscanner/src/cawidgetscannerplugin.cpp
changeset 102 8b8b34fa9751
parent 98 d2f833ab7940
child 119 50e220be30d1
equal deleted inserted replaced
100:0920c6a9b6c8 102:8b8b34fa9751
    66     User::LeaveIfError( iFs.Connect() );
    66     User::LeaveIfError( iFs.Connect() );
    67     iMmcWatcher = CCaMmcWatcher::NewL( iFs, this );
    67     iMmcWatcher = CCaMmcWatcher::NewL( iFs, this );
    68     iInstallNotifier = CCaWidgetScannerInstallNotifier::NewL( this,
    68     iInstallNotifier = CCaWidgetScannerInstallNotifier::NewL( this,
    69             KUidSystemCategory, KSAUidSoftwareInstallKeyValue );
    69             KUidSystemCategory, KSAUidSoftwareInstallKeyValue );
    70     iStorageHandler = CCaWidgetStorageHandler::NewL(
    70     iStorageHandler = CCaWidgetStorageHandler::NewL(
    71             aPluginParams->storageProxy, iFs );
    71             aPluginParams->storageProxy,
       
    72 			*aPluginParams->softwareRegistry, iFs );
    72     SynchronizeL();
    73     SynchronizeL();
    73     }
    74     }
    74 
    75 
    75 // ----------------------------------------------------------------------------
    76 // ----------------------------------------------------------------------------
    76 // 
    77 //