locsrv_plat/map_image_api/tsrc/testprovider/src/testprovider.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
--- a/locsrv_plat/map_image_api/tsrc/testprovider/src/testprovider.cpp	Thu Aug 19 10:20:18 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-/*
-* Copyright (c) 2004-2005 Nokia Corporation and/or its subsidiary(-ies). 
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "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: Entry Point for map and navigation test provider
-*
-*/
-
-
-#include <e32base.h>
-#include <eikstart.h>
-
-#include "debug.h"
-
-#include "testproviderapplication.h"
-
-
-LOCAL_C CApaApplication* NewApplication()
-{
-    LOG( "NewApplication" );
-    return new CTestProviderApplication;
-}
-
-TInt E32Main()
-{
-    return EikStart::RunApplication( NewApplication );
-}
-