mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/ttypeflatbuf.h
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 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 "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:  GetParitialObject operation helper function
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef TMTPTYPEFLATBUF_H
       
    20 #define TMTPTYPEFLATBUF_H
       
    21 
       
    22 #include <mtp/tmtptypeflatbase.h>
       
    23 
       
    24 /**
       
    25 * Defines the MTP flat data types
       
    26 */
       
    27 class TMTPTypeFlatBuf: public TMTPTypeFlatBase
       
    28     {    
       
    29 public:
       
    30     /**
       
    31     * Standard c++ constructor
       
    32     */
       
    33     TMTPTypeFlatBuf(const TDes8& aBuffer);
       
    34     
       
    35 private:
       
    36     // from TMTPTypeFlatBase
       
    37     /**
       
    38     * Override to provide element info 
       
    39     */
       
    40     const TElementInfo& ElementInfo(TInt aElementId) const;
       
    41     
       
    42     };
       
    43 
       
    44 #endif //TMTPTYPEFLATBUF_H