meetingrequest/mricalviewer/src/cesmruilauncher.cpp
branchRCL_3
changeset 12 4ce476e64c59
parent 8 e1b6206813b4
child 16 b5fbb9b25d57
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
    25 #include <CAgnEntryUi.h>
    25 #include <CAgnEntryUi.h>
    26 #include <cmrmailboxutils.h>
    26 #include <cmrmailboxutils.h>
    27 #include <CalenInterimUtils2.h>
    27 #include <CalenInterimUtils2.h>
    28 //<cmail>
    28 //<cmail>
    29 #include "FreestyleEmailUiConstants.h"
    29 #include "FreestyleEmailUiConstants.h"
    30 #include "cfsmailmessage.h"
    30 #include "CFSMailMessage.h"
    31 #include "fsmtmsuids.h"
    31 #include "fsmtmsuids.h"
    32 #include <coemain.h>
    32 #include <coemain.h>
    33 #include <coeaui.h>
    33 #include <coeaui.h>
    34 #include "esmricalvieweropcodes.hrh"
    34 #include "esmricalvieweropcodes.hrh"
    35 //</cmail>
    35 //</cmail>
    48     {
    48     {
    49     TBool retValue( EFalse );
    49     TBool retValue( EFalse );
    50     CCalEntry::TMethod method( aEntry.MethodL() );
    50     CCalEntry::TMethod method( aEntry.MethodL() );
    51 
    51 
    52     if ( CCalEntry::EMethodRequest == method ||
    52     if ( CCalEntry::EMethodRequest == method ||
    53          CCalEntry::EMethodReply == method ||         
       
    54          CCalEntry::EMethodCancel == method )
    53          CCalEntry::EMethodCancel == method )
    55         {
    54         {
    56         retValue = ETrue;
    55         retValue = ETrue;
    57         }
    56         }
    58     return retValue;
    57     return retValue;