diff -r ac14826aa14b -r db61d072b92b core/com.nokia.carbide.search.system.tests/data/TestProject/inc/TestProject.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.search.system.tests/data/TestProject/inc/TestProject.h Fri Oct 15 13:04:49 2010 -0500 @@ -0,0 +1,30 @@ +/* +* 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 + +// Function Prototypes + +GLDEF_C TInt E32Main(); + +#endif // __TESTPROJECT_H__ +