contentstorage/casrv/cawidgetscanner/src/cawidgetscannerplugin.cpp
changeset 109 e0aa398e6810
parent 103 b99b84bcd2d1
child 124 e36b2f4799c0
equal deleted inserted replaced
104:9b022b1f357c 109:e0aa398e6810
    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 //