secureswitools/swisistools/source/interpretsislib/parameterlist.cpp
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
    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
    43 
    54 
    44 void CParameterList::SetSystemDrive(const std::string& aFilePath)
    55 void CParameterList::SetSystemDrive(const std::string& aFilePath)
    45 	{
    56 	{
    46 	iSystemDrivePath = StringUtils::FixPathDelimiters(aFilePath);
    57 	iSystemDrivePath = StringUtils::FixPathDelimiters(aFilePath);
    47 	if (!IsDirectory(iSystemDrivePath))
    58 	if (!IsDirectory(iSystemDrivePath))