emailservices/emailstore/message_store/client/src/MsgStoreAccount.cpp
branchRCL_3
changeset 24 d189ee25cf9d
parent 8 e1b6206813b4
child 25 3533d4323edc
equal deleted inserted replaced
23:dcf0eedfc1a3 24:d189ee25cf9d
    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();