Ejemplo n.º 1
0
// ---------------------------------------------------------------------------
//
// ---------------------------------------------------------------------------
//
void CCaSrvManager::ConstructL( CCaStorageProxy& aCaStorageProxy,
        Usif::RSoftwareComponentRegistry* aSoftwareRegistry,
        CCaSrvEngUtils* aUtils )
    {
    iPluginParams = new TPluginParams();
    iPluginParams->storageProxy = &aCaStorageProxy;
    iPluginParams->engUtils = aUtils;
    iPluginParams->softwareRegistry = aSoftwareRegistry;
    LoadPluginsL();
    }
// ---------------------------------------------------------------------------
// Symbian 2nd-phase constructor
// ---------------------------------------------------------------------------
//
void CBTUIPluginMan::ConstructL()
    {   
    LoadPluginsL();
    }
Ejemplo n.º 3
0
void CTcTestRunner::ConstructL()
	{
	LoadPluginsL();
	}