webengine/osswebengine/WebCore/platform/network/symbian/HttpDlConnection.h
changeset 68 92a765b5b3e7
parent 0 dd21522fd290
child 94 919f36ff910f
equal deleted inserted replaced
66:cacf6ee57968 68:92a765b5b3e7
    18 #ifndef __HTTPDLCONNECTION_H__
    18 #ifndef __HTTPDLCONNECTION_H__
    19 #define __HTTPDLCONNECTION_H__
    19 #define __HTTPDLCONNECTION_H__
    20 
    20 
    21 #include <e32base.h>
    21 #include <e32base.h>
    22 #include <http/rhttptransaction.h>
    22 #include <http/rhttptransaction.h>
    23 #include <http/MHTTPTransactionCallback.h>
    23 #include <http/mhttptransactioncallback.h>
    24 
    24 
    25 class HttpSessionManager;
    25 class HttpSessionManager;
    26 
    26 
    27 class HttpDlConnection : public MHTTPTransactionCallback
    27 class HttpDlConnection : public MHTTPTransactionCallback
    28 {
    28 {