equal
deleted
inserted
replaced
72 TESMRInputParams& /*aParams*/ ) |
72 TESMRInputParams& /*aParams*/ ) |
73 { |
73 { |
74 FUNC_LOG; |
74 FUNC_LOG; |
75 TBool retValue( EFalse ); |
75 TBool retValue( EFalse ); |
76 |
76 |
77 // TODO: This needs to be updated |
|
78 /*if ( aParams.iAttachmentInfo && |
|
79 aParams.iAttachmentInfo->AttachmentCount() ) |
|
80 { |
|
81 retValue = ETrue; |
|
82 } */ |
|
83 |
|
84 return retValue; |
77 return retValue; |
85 } |
78 } |
86 |
79 |
87 // --------------------------------------------------------------------------- |
80 // --------------------------------------------------------------------------- |
88 // ESMRIcalViewerUtils::IsAsyncEmailCommand |
81 // ESMRIcalViewerUtils::IsAsyncEmailCommand |