secureswitools/swisistools/source/interpretsislib/parameterlist.cpp
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
    38 
    38 
    39 CParameterList::~CParameterList()
    39 CParameterList::~CParameterList()
    40 	{
    40 	{
    41 	}
    41 	}
    42 
    42 
    43 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    44 void CParameterList::SetResourceFilePath(const std::string& aFilePath)
       
    45 	{
       
    46 	iResourceFilePath = StringUtils::FixPathDelimiters(aFilePath);
       
    47 	if (!IsDirectory(iResourceFilePath))
       
    48 		{
       
    49 		throw EParamInvalidDir;
       
    50 		}
       
    51 	iFlags |= EFlagsResourceFilePathSet;
       
    52 	}
       
    53 #endif //SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    54 
    43 
    55 void CParameterList::SetSystemDrive(const std::string& aFilePath)
    44 void CParameterList::SetSystemDrive(const std::string& aFilePath)
    56 	{
    45 	{
    57 	iSystemDrivePath = StringUtils::FixPathDelimiters(aFilePath);
    46 	iSystemDrivePath = StringUtils::FixPathDelimiters(aFilePath);
    58 	if (!IsDirectory(iSystemDrivePath))
    47 	if (!IsDirectory(iSystemDrivePath))