emailservices/emailstore/base_plugin/src/BasePlugin.cpp
changeset 74 6c59112cfd31
parent 68 83cc6bae1de8
equal deleted inserted replaced
69:4e54af54a4a1 74:6c59112cfd31
  1730         mailboxInfo.iMailBoxDisplayName = currentDisplayName.AllocL();
  1730         mailboxInfo.iMailBoxDisplayName = currentDisplayName.AllocL();
  1731         }
  1731         }
  1732     
  1732     
  1733     CleanupStack::PopAndDestroy( &currentDisplayName );
  1733     CleanupStack::PopAndDestroy( &currentDisplayName );
  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