equal
deleted
inserted
replaced
476 |
476 |
477 return ( saveOk == KErrNone ); |
477 return ( saveOk == KErrNone ); |
478 } |
478 } |
479 |
479 |
480 // ----------------------------------------------------------------------------- |
480 // ----------------------------------------------------------------------------- |
|
481 // CHttpCacheStreamHandler::CancelFlush |
|
482 // |
|
483 // ----------------------------------------------------------------------------- |
|
484 // |
|
485 void CHttpCacheStreamHandler::CancelFlush(CHttpCacheEntry& aEntry) |
|
486 { |
|
487 aEntry.CancelBodyWrite(); |
|
488 } |
|
489 |
|
490 |
|
491 // ----------------------------------------------------------------------------- |
481 // CHttpCacheStreamHandler::FlushAsync |
492 // CHttpCacheStreamHandler::FlushAsync |
482 // |
493 // |
483 // ----------------------------------------------------------------------------- |
494 // ----------------------------------------------------------------------------- |
484 // |
495 // |
485 TInt CHttpCacheStreamHandler::FlushAsync(CHttpCacheEntry& aEntry, TRequestStatus& aStatus) |
496 TInt CHttpCacheStreamHandler::FlushAsync(CHttpCacheEntry& aEntry, TRequestStatus& aStatus) |