/**
Install function for the plugin factory
@internalComponent
*/
TInt CPreModifierPluginFactory::Install()
	{
	SetSupportedDrives(KPluginSupportAllDrives);
	//iSupportedDrives = 1<<23;
	return(SetName(&KPreModifierPluginName));
	}
예제 #2
0
/**
Install function for the plugin factory
@internalComponent
*/
TInt CExclusiveAccessPluginFactory::Install()
	{
	SetSupportedDrives(KPluginSupportAllDrives);
	return(SetName(&KExclusiveAccessPluginName));
	}
예제 #3
0
/**
Install function for the plugin factory
@internalComponent
*/
TInt CTemplatePluginFactory::Install()
	{
	SetSupportedDrives(KPluginSupportAllDrives);
	return(SetName(&KTemplatePluginName));
	}