emailservices/emailstore/message_store/client/src/MsgStoreAccount.cpp
branchRCL_3
changeset 8 e1b6206813b4
parent 0 8466d47a6819
child 24 d189ee25cf9d
equal deleted inserted replaced
4:e7aa27f58ae1 8:e1b6206813b4
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
    19 
    20 //<cmail>
    20 //<cmail>
    21 #include "MsgStoreAccount.h"
    21 #include "msgstoreaccount.h"
    22 //</cmail>
    22 //</cmail>
    23 
    23 
    24 EXPORT_C CMsgStoreAccount* CMsgStoreAccount::NewL( const TInt32 aOwnerUid, const TDesC& aName )
    24 EXPORT_C CMsgStoreAccount* CMsgStoreAccount::NewL( const TInt32 aOwnerUid, const TDesC& aName )
    25 {
    25 {
    26 	CMsgStoreAccount* self = new(ELeave) CMsgStoreAccount();
    26 	CMsgStoreAccount* self = new(ELeave) CMsgStoreAccount();