internetradio2.0/dataproviderinc/irdataprovider.h
changeset 12 608f67c22514
parent 0 09774dfdd46b
--- a/internetradio2.0/dataproviderinc/irdataprovider.h	Wed Jun 23 18:04:00 2010 +0300
+++ b/internetradio2.0/dataproviderinc/irdataprovider.h	Tue Jul 06 14:07:20 2010 +0300
@@ -222,6 +222,13 @@
 	 */
 	void SetOffsetSeconds( const TTime& aTime );
 
+    /**
+	 *  CIRDataProvider::UnzipFileL()
+	 *  Unzip the gz file to xml file
+	 *  @param aOutputFile out put file
+	 */
+    void UnzipFileL( const TDesC& aOutputFile );
+
 private:
 
 	/**
@@ -248,6 +255,11 @@
     */
     RFile iFile;
 
+    /**
+     * Name of the Xml Gz file to be created
+     */
+    TFileName iXmlGzFilePath;
+
    	/**
 	 * Name of the Xml file to be created
 	 */