equal
deleted
inserted
replaced
1730 mailboxInfo.iMailBoxDisplayName = currentDisplayName.AllocL(); |
1730 mailboxInfo.iMailBoxDisplayName = currentDisplayName.AllocL(); |
1731 } |
1731 } |
1732 |
1732 |
1733 CleanupStack::PopAndDestroy( ¤tDisplayName ); |
1733 CleanupStack::PopAndDestroy( ¤tDisplayName ); |
1734 } |
1734 } |
1735 |
1735 // <qmail> |
|
1736 /** |
|
1737 * Id - Return plugin implementation id |
|
1738 * |
|
1739 */ |
|
1740 TUid CBasePlugin::Id( ) const |
|
1741 { |
|
1742 return TUid::Uid( GetPluginId() ); |
|
1743 } |
|
1744 // </qmail> |
|
1745 |
|
1746 |