browserutilities/feedsengine/FeedsServer/Server/inc/ImportFeedsTask.h
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 65 5bfc169077b2
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    13 *
    13 *
    14 * Description:  A task to import Feeds from an OPML file.
    14 * Description:  A task to import Feeds from an OPML file.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 #ifndef IMPORT_FEEDS_TASK_H
    18 #ifndef IMPORT_FEEDS_TASK_H
    20 #define IMPORT_FEEDS_TASK_H
    19 #define IMPORT_FEEDS_TASK_H
    21 
       
    22 
    20 
    23 // INCLUDES
    21 // INCLUDES
    24 #include <e32base.h>
    22 #include <e32base.h>
    25 #include <f32file.h>
    23 #include <f32file.h>
    26 
    24 
    27 #include "Task.h"
    25 #include "Task.h"
    28 #include "PackedFolder.h"
    26 #include "PackedFolder.h"
    29 #include "PackedAttributes.h"
    27 #include "PackedAttributes.h"
    30 #include "FeedsDatabase.h"
    28 #include "FeedsDatabase.h"
    31 #include "folderattributes.h"
    29 #include <folderattributes.h>
    32 
    30 
    33 // CONSTANTS
    31 // CONSTANTS
    34 
    32 
    35 // MACROS
    33 // MACROS
    36 
    34 
    41 // FORWARD DECLARATIONS
    39 // FORWARD DECLARATIONS
    42 class CIdle;
    40 class CIdle;
    43 class RFile;
    41 class RFile;
    44 
    42 
    45 // CLASS DECLARATION
    43 // CLASS DECLARATION
    46 
       
    47 
    44 
    48 /**
    45 /**
    49 *  The ImportFeedsTask's observer.
    46 *  The ImportFeedsTask's observer.
    50 *
    47 *
    51 *  \b Library: FeedsEngine.lib
    48 *  \b Library: FeedsEngine.lib