builder/com.nokia.carbide.cdt.builder.test/data/TestProject/inc/TestProject.h
author wpaul
Fri, 06 Aug 2010 16:11:35 -0500
changeset 1792 13c12193b6ad
parent 0 fb279309251b
permissions -rw-r--r--
housekeeping

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/

#ifndef __TESTPROJECT_H__
#define __TESTPROJECT_H__

//  Include Files

#include <e32base.h>

//  Function Prototypes

GLDEF_C TInt E32Main();

#endif  // __TESTPROJECT_H__