browserutilities/feedsengine/FeedsServer/Api/src/FeedsInterface.cpp
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    13 *
    13 *
    14 * Description:  The client side connection to the FeedsSever.
    14 * Description:  The client side connection to the FeedsSever.
    15  *
    15  *
    16 */
    16 */
    17 
    17 
    18  
    18 #include <feedsinterface.h>
    19 #include "FeedsInterface.h"
    19 #include <feedsmap.h>
    20 #include "FeedsMap.h"
    20 #include <transaction.h>
    21 #include "Transaction.h"
    21 #include <feedattributes.h>
    22 #include "FeedAttributes.h"
    22 #include <folderattributes.h>
    23 #include "FolderAttributes.h"
       
    24 #include "Logger.h"
    23 #include "Logger.h"
    25 #include <e32math.h>
    24 #include <e32math.h>
    26 
    25 
    27 // -----------------------------------------------------------------------------
    26 // -----------------------------------------------------------------------------
    28 // RFeedsInterface::Constructor
    27 // RFeedsInterface::Constructor