email/email/pop/inc/T_SharedDataPop.h
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 /**
       
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 /**
       
    23  @file
       
    24 */
       
    25 
       
    26 
       
    27 #ifndef __T_SHARED_DATA_POP_H__
       
    28 #define __T_SHARED_DATA_POP_H__
       
    29 
       
    30 // Epoc include
       
    31 #include <mtclbase.h>
       
    32 
       
    33 // User includes
       
    34 #include "t_msgshareddatabase.h"
       
    35 
       
    36 
       
    37 /**
       
    38 This implements a class which creates a pointer to the POP MTM object
       
    39 */
       
    40 class CT_MsgSharedDataPop : public CT_MsgSharedDataBase
       
    41 	{
       
    42 public:
       
    43 	static CT_MsgSharedDataPop* NewL();
       
    44 
       
    45 protected:
       
    46 	virtual CBaseMtm*	NewMtmL();
       
    47 
       
    48 private:
       
    49 	CT_MsgSharedDataPop();
       
    50 	};
       
    51 
       
    52 #endif // __T_SHARED_DATA_POP_H__