settingsengines/sdb/tests/native/CenRepTest/inc/CenrepTest.h
changeset 1 b538b70cbe51
equal deleted inserted replaced
0:2e8eeb919028 1:b538b70cbe51
       
     1 // Copyright (c) 2008-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  ============================================================================
       
    18  Name		: CenrepTest.h
       
    19  Author	  : 
       
    20  Copyright   : Your copyright notice
       
    21  Description : Exe header file
       
    22  ============================================================================
       
    23  */
       
    24 
       
    25 #ifndef __CENREPTEST_H__
       
    26 #define __CENREPTEST_H__
       
    27 
       
    28 //  Include Files
       
    29 
       
    30 #include <e32base.h>
       
    31 
       
    32 //  Function Prototypes
       
    33 
       
    34 GLDEF_C TInt E32Main();
       
    35 
       
    36 #endif  // __CENREPTEST_H__
       
    37