1 // Copyright (c) 1997-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef __EIKSTART_H__
17 #define __EIKSTART_H__
22 class CApaCommandLine;
25 This is the API to initialise and run the application architecture for applications built as exes.
26 It is not intended to be used for generally running applications from other code. Use RApaLsSession for that.
31 NONSHARABLE_CLASS(EikStart)
34 IMPORT_C static TInt RunApplication(TApaApplicationFactory aApplicationFactory);
39 #endif // __EIKSTART_H__