mobilemessaging/mmsui/mtminc/MMmsMtmDeliveryDataContainer.h
branchRCL_3
changeset 60 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
       
     1 /*
       
     2 * Copyright (c) 2005 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 "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *       MMmsMtmDeliveryDataContainer - Virtual interface class forcing the 
       
    16 *     subclass to implement a certain method/methods    
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #ifndef MDATACONTAINER_H
       
    24 #define MDATACONTAINER_H
       
    25 
       
    26 #include <e32base.h>
       
    27 #include "CMsgDeliveryItem.h"
       
    28 // CLASS DECLARATION
       
    29 
       
    30 /** 
       
    31 *
       
    32 */
       
    33 class MMmsMtmDeliveryDataContainer 
       
    34     {
       
    35     public: 
       
    36 
       
    37         /**
       
    38         * 
       
    39         *
       
    40         */
       
    41     inline virtual void SetDataArrayL(CArrayPtrFlat< CMsgDeliveryItem >* aDataArray) = 0 ;  
       
    42 
       
    43     };
       
    44 
       
    45 #endif      
       
    46             
       
    47 // End of File