engine/src/HttpEventHandler.cpp
branchsymbian1
changeset 284 69385a7c9810
parent 245 3f57982a6f10
child 336 3d6c1417e8bd
--- a/engine/src/HttpEventHandler.cpp	Sat Oct 23 16:26:37 2010 +0100
+++ b/engine/src/HttpEventHandler.cpp	Sun Oct 24 01:27:31 2010 +0100
@@ -61,6 +61,7 @@
 
 void CHttpEventHandler::MHFRunL(RHTTPTransaction aTransaction, const THTTPEvent& aEvent)
 	{
+	DP1("CHttpEventHandler::MHFRunL, aEvent.iStatus=%d", aEvent.iStatus);
 	switch (aEvent.iStatus)
 		{
 		case THTTPEvent::EGotResponseHeaders:
@@ -431,6 +432,7 @@
 
 void CHttpEventHandler::CloseSaveFile()
 {
+	DP("CHttpEventHandler::CloseSaveFile BEGIN");
 	if(iRespBody != NULL)
 	{		
 		if(iRespBodyFile.SubSessionHandle() != 0)
@@ -441,5 +443,6 @@
 			iRespBodyFile.Close();
 			}
 	}
+	DP("CHttpEventHandler::CloseSaveFile BEGIN");
 }