videoutils_plat/videoconnutility_api/tsrc/VCXConnUtilTestExe/inc/VCXConnUtilTestExe.h
branchRCL_3
changeset 22 826cea16efd9
parent 21 798ee5f1972c
child 23 13a33d82ad98
equal deleted inserted replaced
21:798ee5f1972c 22:826cea16efd9
     1 /*
       
     2 * Copyright (c) 2002 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:   ?Description*
       
    15 */
       
    16 
       
    17 
       
    18 #ifndef __VCXCONNUTILTESTEXE_H__
       
    19 #define __VCXCONNUTILTESTEXE_H__
       
    20 
       
    21 //  Include Files
       
    22 
       
    23 #include <e32base.h>
       
    24 
       
    25 //  Function Prototypes
       
    26 
       
    27 /**
       
    28  * Test exe needed to run video connection utility in multiple processes. 
       
    29  */
       
    30 GLDEF_C TInt E32Main();
       
    31 
       
    32 #endif  // __VCXCONNUTILTESTEXE_H__
       
    33