webengine/osswebengine/WebCore/platform/network/symbian/SelfDownloadContentHandler.h
changeset 11 c8a366e56285
parent 0 dd21522fd290
child 48 79859ed3eea9
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
    13 *
    13 *
    14 * Description:  
    14 * Description:  
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 #ifndef SELFDOWNLOADCONTENTHANDLER_H
    18 #ifndef SELFDOWNLOADCONTENTHANDLER_H
    20 #define SELFDOWNLOADCONTENTHANDLER_H
    19 #define SELFDOWNLOADCONTENTHANDLER_H
    21 
    20 
    22 //  INCLUDES
    21 //  INCLUDES
    23 #include <e32base.h>
    22 #include <e32base.h>
    24 #include <apparc.h>
    23 #include <apparc.h>
    25 #include <http/rhttptransaction.h>
    24 #include <http/rhttptransaction.h>
    26 #include <http/MHTTPTransactionCallback.h>
    25 #include <http/MHTTPTransactionCallback.h>
    27 #include <f32file.h>
    26 #include <f32file.h>
    28 
       
    29 _LIT8( KSelfDownloadCallback, "SelfDownloadCallback" );
       
    30 
    27 
    31 // FORWARD DECLARATIONS
    28 // FORWARD DECLARATIONS
    32 class CDocumentHandler;
    29 class CDocumentHandler;
    33 class TDataType;
    30 class TDataType;
    34 class MBrCtlSpecialLoadObserver;
    31 class MBrCtlSpecialLoadObserver;
   110         
   107         
   111         RFile iFile;
   108         RFile iFile;
   112        
   109        
   113     };
   110     };
   114 
   111 
   115 
       
   116 /**
   112 /**
   117 *
   113 *
   118 *  @since 5.0
   114 *  @since 5.0
   119 */
   115 */
   120 class SelfDownloadContentHandler : public MHTTPTransactionCallback
   116 class SelfDownloadContentHandler : public MHTTPTransactionCallback