browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpConnHandler.h
branchRCL_3
changeset 62 c711bdda59f4
parent 58 220a17280356
child 93 79859ed3eea9
equal deleted inserted replaced
59:1f3c3f2f5b0a 62:c711bdda59f4
   350 
   350 
   351         /**
   351         /**
   352         * methods from MShutdownObserver
   352         * methods from MShutdownObserver
   353         */
   353         */
   354         void ShutDown( TBool aFromDestructor = EFalse );
   354         void ShutDown( TBool aFromDestructor = EFalse );
       
   355         
       
   356         void RetryNeeded(TBool aRetry) { iRetryNeeded = aRetry;}
   355         
   357         
   356     protected:  // New functions
   358     protected:  // New functions
   357         
   359         
   358         /**
   360         /**
   359         * Initializes HTTP session.
   361         * Initializes HTTP session.
   431         HBufC*  iConnName;                  // owned
   433         HBufC*  iConnName;                  // owned
   432 
   434 
   433     private:    // Data
   435     private:    // Data
   434 
   436 
   435         TBool iNewConnection;
   437         TBool iNewConnection;
       
   438         TBool iRetryNeeded;
   436         
   439         
   437         // Reserved pointer for future extension
   440         // Reserved pointer for future extension
   438         //TAny* iReserved;
   441         //TAny* iReserved;
   439 
   442 
   440     public:     // Friend classes
   443     public:     // Friend classes