browserutilities/feedsengine/FeedsServer/Server/inc/ImportFeedsTask.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    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 
    18 #ifndef IMPORT_FEEDS_TASK_H
    19 #ifndef IMPORT_FEEDS_TASK_H
    19 #define IMPORT_FEEDS_TASK_H
    20 #define IMPORT_FEEDS_TASK_H
       
    21 
    20 
    22 
    21 // INCLUDES
    23 // INCLUDES
    22 #include <e32base.h>
    24 #include <e32base.h>
    23 #include <f32file.h>
    25 #include <f32file.h>
    24 
    26 
    25 #include "Task.h"
    27 #include "Task.h"
    26 #include "PackedFolder.h"
    28 #include "PackedFolder.h"
    27 #include "PackedAttributes.h"
    29 #include "PackedAttributes.h"
    28 #include "FeedsDatabase.h"
    30 #include "FeedsDatabase.h"
    29 #include <folderattributes.h>
    31 #include "FolderAttributes.h"
    30 
    32 
    31 // CONSTANTS
    33 // CONSTANTS
    32 
    34 
    33 // MACROS
    35 // MACROS
    34 
    36 
    39 // FORWARD DECLARATIONS
    41 // FORWARD DECLARATIONS
    40 class CIdle;
    42 class CIdle;
    41 class RFile;
    43 class RFile;
    42 
    44 
    43 // CLASS DECLARATION
    45 // CLASS DECLARATION
       
    46 
    44 
    47 
    45 /**
    48 /**
    46 *  The ImportFeedsTask's observer.
    49 *  The ImportFeedsTask's observer.
    47 *
    50 *
    48 *  \b Library: FeedsEngine.lib
    51 *  \b Library: FeedsEngine.lib