services/terminalmodeservice/inc/upnpsvgimageconverter.h
changeset 26 b6b8e90f9863
parent 24 e9457ebcc4df
--- a/services/terminalmodeservice/inc/upnpsvgimageconverter.h	Fri Jul 23 08:57:49 2010 +0300
+++ b/services/terminalmodeservice/inc/upnpsvgimageconverter.h	Fri Aug 06 18:27:32 2010 +0300
@@ -20,7 +20,6 @@
 
 // Include Files
 #include <SVGEngineInterfaceImpl.h>
-#include <SvgJavaInterfaceImpl.h>
 
 /**
  * CUpnpSvgImageConverter class acts as an intermediate between the invoker and the
@@ -57,8 +56,7 @@
     void ConstructL( TInt aIconWidth, TInt aIconHeight );
     // Thread creation method
     void StartThreadL( );
-    // "Getter" methods
-    RFs& FileSession( );
+    // "Getter" method to fetch file path
     const TDesC& Filepath( )const;
         
 private:
@@ -68,7 +66,6 @@
     CSvgEngineInterfaceImpl*     iSvgModule;
     RBuf                         iBitMapFilePath;
     CFbsBitmap*                  iBitmap;
-    RFile                        iFile; 
     };
 
 #endif // __UPNPSVGIMAGECONVERTER_H__