os/kernelhwsrv/kerneltest/e32test/dll/t_ver2.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of the License "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// e32test\dll\t_ver2.h
sl@0
    15
// 
sl@0
    16
//
sl@0
    17
sl@0
    18
#ifndef __T_VER2_H__
sl@0
    19
#define __T_VER2_H__
sl@0
    20
#include <e32cmn.h>
sl@0
    21
sl@0
    22
IMPORT_C TInt Export01();
sl@0
    23
#if !defined(__VER2_0__) && !defined(__VER3_0__)
sl@0
    24
IMPORT_C TInt Export02();
sl@0
    25
IMPORT_C TInt Export03();
sl@0
    26
#endif
sl@0
    27
#if !defined(__VER3_0__)
sl@0
    28
IMPORT_C TInt Export04();
sl@0
    29
#endif
sl@0
    30
IMPORT_C TInt Export05();
sl@0
    31
IMPORT_C TInt Export06();
sl@0
    32
IMPORT_C TInt Export07();
sl@0
    33
IMPORT_C TInt Export08();
sl@0
    34
IMPORT_C TInt Export09();
sl@0
    35
IMPORT_C TInt Export10();
sl@0
    36
IMPORT_C TInt Export11();
sl@0
    37
IMPORT_C TInt Export12();
sl@0
    38
IMPORT_C TInt Export13();
sl@0
    39
IMPORT_C TInt Export14();
sl@0
    40
IMPORT_C TInt Export15();
sl@0
    41
IMPORT_C TInt Export16();
sl@0
    42
IMPORT_C TInt Export17();
sl@0
    43
IMPORT_C TInt Export18();
sl@0
    44
IMPORT_C TInt Export19();
sl@0
    45
sl@0
    46
#if defined(__VER1_1__) || defined(__VER2_0__) || defined(__VER3_0__)
sl@0
    47
IMPORT_C TInt Export20();
sl@0
    48
IMPORT_C TInt Export21();
sl@0
    49
IMPORT_C TInt Export22();
sl@0
    50
#if !defined(__VER2_0__) && !defined(__VER3_0__)
sl@0
    51
IMPORT_C TInt Export23();
sl@0
    52
IMPORT_C TInt Export24();
sl@0
    53
#endif
sl@0
    54
IMPORT_C TInt Export25();
sl@0
    55
IMPORT_C TInt Export26();
sl@0
    56
IMPORT_C TInt Export27();
sl@0
    57
IMPORT_C TInt Export28();
sl@0
    58
IMPORT_C TInt Export29();
sl@0
    59
#endif
sl@0
    60
sl@0
    61
#if defined(__VER2_0__) || defined(__VER3_0__)
sl@0
    62
IMPORT_C TInt Export30();
sl@0
    63
IMPORT_C TInt Export31();
sl@0
    64
IMPORT_C TInt Export32();
sl@0
    65
IMPORT_C TInt Export33();
sl@0
    66
IMPORT_C TInt Export34();
sl@0
    67
IMPORT_C TInt Export35();
sl@0
    68
IMPORT_C TInt Export36();
sl@0
    69
IMPORT_C TInt Export37();
sl@0
    70
IMPORT_C TInt Export38();
sl@0
    71
#if !defined(__VER3_0__)
sl@0
    72
IMPORT_C TInt Export39();
sl@0
    73
#endif
sl@0
    74
#endif
sl@0
    75
sl@0
    76
#if defined(__VER3_0__)
sl@0
    77
IMPORT_C TInt Export40();
sl@0
    78
IMPORT_C TInt Export41();
sl@0
    79
IMPORT_C TInt Export42();
sl@0
    80
IMPORT_C TInt Export43();
sl@0
    81
IMPORT_C TInt Export44();
sl@0
    82
IMPORT_C TInt Export45();
sl@0
    83
IMPORT_C TInt Export46();
sl@0
    84
IMPORT_C TInt Export47();
sl@0
    85
IMPORT_C TInt Export48();
sl@0
    86
IMPORT_C TInt Export49();
sl@0
    87
IMPORT_C TInt Export50();
sl@0
    88
IMPORT_C TInt Export51();
sl@0
    89
IMPORT_C TInt Export52();
sl@0
    90
IMPORT_C TInt Export53();
sl@0
    91
IMPORT_C TInt Export54();
sl@0
    92
IMPORT_C TInt Export55();
sl@0
    93
IMPORT_C TInt Export56();
sl@0
    94
IMPORT_C TInt Export57();
sl@0
    95
IMPORT_C TInt Export58();
sl@0
    96
IMPORT_C TInt Export59();
sl@0
    97
#endif
sl@0
    98
sl@0
    99
sl@0
   100
#endif