mtpfws/mtpfw/datatypes/interface/mtptypessimple.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  @publishedPartner
       
    19  @released
       
    20 */
       
    21 
       
    22 #include <mtp/tmtptypeint8.h>
       
    23 #include <mtp/tmtptypeint16.h>
       
    24 #include <mtp/tmtptypeint32.h>
       
    25 #include <mtp/tmtptypeint64.h>
       
    26 #include <mtp/tmtptypeint128.h>
       
    27 #include <mtp/tmtptypeuint8.h>
       
    28 #include <mtp/tmtptypeuint16.h>
       
    29 #include <mtp/tmtptypeuint32.h>
       
    30 #include <mtp/tmtptypeuint64.h>
       
    31 #include <mtp/tmtptypeuint128.h>
       
    32 #include <mtp/tmtptypeguid.h>
       
    33