webengine/osswebengine/WebCore/platform/network/symbian/DataConnection.cpp
branchRCL_3
changeset 37 ac77f89b1d9e
parent 25 0ed94ceaa377
child 47 e1bea15f9a39
equal deleted inserted replaced
36:c711bdda59f4 37:ac77f89b1d9e
   173 
   173 
   174 void DataConnection::download(WebCore::ResourceHandle* handle,
   174 void DataConnection::download(WebCore::ResourceHandle* handle,
   175                               const WebCore::ResourceRequest& request,
   175                               const WebCore::ResourceRequest& request,
   176                               const WebCore::ResourceResponse& response)
   176                               const WebCore::ResourceResponse& response)
   177 {
   177 {
   178     __ASSERT_ALWAYS(EFalse, User::Panic(_L("Resource Loader"), KErrArgument));
   178 // This routine would implement the handling of a sisx file in   
       
   179    //  <iframe src="data:x-epoc/x-sis-x;base64, ...."> type element    
       
   180         // This is not yet implemented so the ASSERT below is commented out to prevent   
       
   181         //   an assert crash.  
       
   182         //  __ASSERT_ALWAYS(EFalse, User::Panic(_L("Resource Loader"), KErrArgument));  
   179 }
   183 }
   180 
   184 
   181 TInt DataConnection::sendResponseCb(TAny* aPtr)
   185 TInt DataConnection::sendResponseCb(TAny* aPtr)
   182 {
   186 {
   183     DataConnection* self = static_cast<DataConnection*>(aPtr);
   187     DataConnection* self = static_cast<DataConnection*>(aPtr);