internetradio2.0/dataproviderinc/irdataprovider.h
changeset 12 608f67c22514
parent 0 09774dfdd46b
equal deleted inserted replaced
11:f683e24efca3 12:608f67c22514
   220 	 *  Stores the offset between device time and response header in settings
   220 	 *  Stores the offset between device time and response header in settings
   221 	 *  @param isds time
   221 	 *  @param isds time
   222 	 */
   222 	 */
   223 	void SetOffsetSeconds( const TTime& aTime );
   223 	void SetOffsetSeconds( const TTime& aTime );
   224 
   224 
       
   225     /**
       
   226 	 *  CIRDataProvider::UnzipFileL()
       
   227 	 *  Unzip the gz file to xml file
       
   228 	 *  @param aOutputFile out put file
       
   229 	 */
       
   230     void UnzipFileL( const TDesC& aOutputFile );
       
   231 
   225 private:
   232 private:
   226 
   233 
   227 	/**
   234 	/**
   228 	 * Reference of the observer object to which call backs are returned
   235 	 * Reference of the observer object to which call backs are returned
   229 	 */
   236 	 */
   246     /**
   253     /**
   247     * File handle to create the xml file
   254     * File handle to create the xml file
   248     */
   255     */
   249     RFile iFile;
   256     RFile iFile;
   250 
   257 
       
   258     /**
       
   259      * Name of the Xml Gz file to be created
       
   260      */
       
   261     TFileName iXmlGzFilePath;
       
   262 
   251    	/**
   263    	/**
   252 	 * Name of the Xml file to be created
   264 	 * Name of the Xml file to be created
   253 	 */
   265 	 */
   254     TFileName iXmlFilePath;
   266     TFileName iXmlFilePath;
   255 
   267