equal
deleted
inserted
replaced
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 |