mmserv/sts/tsrc/ststester/inc/ststestermain.h
changeset 14 80975da52420
equal deleted inserted replaced
12:5a06f39ad45b 14:80975da52420
       
     1 /*
       
     2  * Copyright (c) 2010 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:
       
    15  * This file defines API into the System Tone Service Tester.
       
    16  */
       
    17 
       
    18 #ifndef STSTESTERMAIN_H_
       
    19 #define STSTESTERMAIN_H_
       
    20 
       
    21 //  Include Files
       
    22 #include <e32base.h>
       
    23 
       
    24 //  Function Prototypes
       
    25 GLDEF_C TInt E32Main();
       
    26 
       
    27 #endif  // STSTESTERMAIN_H_