connectivitylayer/isimessage/isimessage_dll/internal/test/inc/ttestenums.h
changeset 4 510c70acdbf6
parent 3 1972d8c2e329
child 5 8ccc39f9d787
equal deleted inserted replaced
3:1972d8c2e329 4:510c70acdbf6
     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 the License "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 *
       
    16 */
       
    17 #ifndef TTESTENUMS
       
    18 #define TTESTENUMS
       
    19 
       
    20 // Enumeration for test result.
       
    21 enum TTestFoundResult
       
    22     {
       
    23     ETestNotImplemented = -9090
       
    24     };
       
    25 
       
    26 enum TMsgType
       
    27         {
       
    28         ERequest = 0,
       
    29         EResponse
       
    30         };
       
    31 
       
    32 enum TStatusType
       
    33         {
       
    34         EStart = 0,
       
    35         EEnd
       
    36         };
       
    37 
       
    38 #endif