mtpfws/mtpfw/datatypes/interface/cmtptypedeleteserviceproplist.h
changeset 0 d0791faffa3f
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17 @file
       
    18 @internalComponent
       
    19 */
       
    20 
       
    21 #ifndef CMTPTYPEDELETESERVICEPROPLIST_H_
       
    22 #define CMTPTYPEDELETESERVICEPROPLIST_H_
       
    23 
       
    24 
       
    25 #include <mtp/cmtptypelist.h>
       
    26 
       
    27 class TMTPTypeDataPair;
       
    28 
       
    29 class CMTPTypeDeleteServicePropList : public CMTPTypeList
       
    30     {
       
    31     
       
    32 public:
       
    33     IMPORT_C static CMTPTypeDeleteServicePropList* NewL();
       
    34     IMPORT_C static CMTPTypeDeleteServicePropList* NewLC();
       
    35     IMPORT_C ~CMTPTypeDeleteServicePropList();
       
    36     
       
    37   
       
    38     
       
    39 public: //CMTPTypeList
       
    40     IMPORT_C  void AppendL(const TMTPTypeDataPair* aElement);
       
    41     IMPORT_C  TMTPTypeDataPair& ElementL(const TInt aIndex) const;
       
    42 
       
    43 private:
       
    44     CMTPTypeDeleteServicePropList();
       
    45     void ConstructL();
       
    46     };
       
    47 
       
    48 
       
    49 #endif /* CMTPTYPEDELETESERVICEPROPLIST_H_ */