emailservices/emailstore/base_plugin/src/baseplugintranslator.cpp
branchRCL_3
changeset 8 e1b6206813b4
parent 0 8466d47a6819
child 13 8592a65ad3fb
equal deleted inserted replaced
4:e7aa27f58ae1 8:e1b6206813b4
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
    19 
    20 #include "BasePlugin.h"
    20 #include "baseplugin.h"
    21 #include "baseplugincommonutils.h"
    21 #include "baseplugincommonutils.h"
    22 #include "CFSMailCommon.h"
    22 #include "cfsmailcommon.h"
    23 
    23 
    24 
    24 
    25 static void TranslateMsgStoreAttendeeL(
    25 static void TranslateMsgStoreAttendeeL(
    26     CMsgStorePropertyContainer& aSrc,
    26     CMsgStorePropertyContainer& aSrc,
    27     TUint aIdx,
    27     TUint aIdx,
  1110  * step is supplied via the day of week ftor. See CDayOfWeekFtor for further
  1110  * step is supplied via the day of week ftor. See CDayOfWeekFtor for further
  1111  * information. Although not strictly necessary this avoids duplicating all the if's
  1111  * information. Although not strictly necessary this avoids duplicating all the if's
  1112  * when dealing with rule translation.
  1112  * when dealing with rule translation.
  1113  *
  1113  *
  1114  * @param aDayOfWeekMask day of week mask in the MsgStore format, see
  1114  * @param aDayOfWeekMask day of week mask in the MsgStore format, see
  1115  * MsgStorePropertyKeys.h for information.
  1115  * msgstorepropertykeys.h for information.
  1116  * @param aFtor translation ftor.
  1116  * @param aFtor translation ftor.
  1117  */
  1117  */
  1118 void CBasePlugin::TranslateMsgStoreDayOfWeek(
  1118 void CBasePlugin::TranslateMsgStoreDayOfWeek(
  1119     TUint32 aDayOfWeekMask,
  1119     TUint32 aDayOfWeekMask,
  1120     TDayOfWeekFtor& aFtor )
  1120     TDayOfWeekFtor& aFtor )