secureswitools/swisistools/source/interpretsislib/filedescription.h
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
--- a/secureswitools/swisistools/source/interpretsislib/filedescription.h	Tue Aug 31 15:21:33 2010 +0300
+++ b/secureswitools/swisistools/source/interpretsislib/filedescription.h	Wed Sep 01 12:22:02 2010 +0100
@@ -43,12 +43,7 @@
 	Constructor
 	*/
 	FileDescription () {};
-	#ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
 	FileDescription (const CSISFileDescription& aFile, TInt aSid, const TInt aTargetDrive, const std::wstring& aFileName);
-	#else
-	FileDescription (const CSISFileDescription& aFile, TInt aSid, 
-						const TInt aTargetDrive, const std::wstring& aFileName, const std::wstring& aLocalName);
-	#endif //SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
 
 	virtual ~FileDescription ();
 
@@ -103,21 +98,8 @@
 	void SetTarget(const std::wstring& aTarget)
 	{ iTarget = aTarget; }
 
-	#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
-	const std::wstring& GetLocalFile() const
-	{ return iLocalFile; }
-
-	void SetLocalFile(const std::wstring& aLocalFile)
-	{ iLocalFile = aLocalFile; }
-	#endif //SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
-
 private:
 	std::wstring  iTarget;
-	#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
-	// Full file name to the PC location
-	std::wstring iLocalFile;
-	#endif //SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
-	
 	std::wstring  iMimeType;
 	TInt        iOperation;
 	TInt        iOperationOptions;