builder/com.nokia.carbide.cdt.builder.test/data/TestProject/inc/TestProject.h
author Matt Salmo <matt.salmo@nokia.com>
Mon, 28 Sep 2009 15:41:01 -0500
branchRCL_2_2
changeset 512 d15d5709fc2e
parent 0 fb279309251b
permissions -rw-r--r--
updated feauture/build properties for com.nokia.carbide.cpp.sdk

/*
* 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__