browserutilities/feedsengine/FeedsUI/FeedsApp/src/FeedsDocument.cpp
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    13 *
    13 *
    14 * Description:  Feeds application's document instance.
    14 * Description:  Feeds application's document instance.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 #include <AiwGenericParam.h>
    18 #include <AiwGenericParam.h>
    20 #include <StringLoader.h>
    19 #include <StringLoader.h>
    21 
    20 
    22 #include <FeedsApp.rsg>
    21 #include <FeedsApp.rsg>
    23 
    22 
    24 #include "FeedsAppUi.h"
    23 #include "FeedsAppUi.h"
    25 #include "FeedsDocument.h"
    24 #include "FeedsDocument.h"
    26 #include "LeakTracker.h"
    25 #include <leaktracker.h>
    27 #include "Logger.h"
    26 #include "Logger.h"
    28 
       
    29 
    27 
    30 // -----------------------------------------------------------------------------
    28 // -----------------------------------------------------------------------------
    31 // CFeedsDocument::CFeedsDocument()
    29 // CFeedsDocument::CFeedsDocument()
    32 //
    30 //
    33 // C++ default constructor can NOT contain any code, that might leave.
    31 // C++ default constructor can NOT contain any code, that might leave.