Update contrib.
2 * Copyright (c) 2009 Symbian Foundation Ltd
3 * This component and the accompanying materials are made available
4 * under the terms of the License "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 * Symbian Foundation Ltd - initial contribution.
14 * Implementation of CTigerApp
20 #include "TigerDocument.h"
22 // ================= MEMBER FUNCTIONS =======================
24 // ---------------------------------------------------------
25 // CTigerApp::AppDllUid()
26 // Returns application UID
27 // ---------------------------------------------------------
29 TUid CTigerApp::AppDllUid() const
35 // ---------------------------------------------------------
36 // CTigerApp::CreateDocumentL()
37 // Creates CTigerDocument object
38 // ---------------------------------------------------------
40 CApaDocument* CTigerApp::CreateDocumentL()
42 return CTigerDocument::NewL( *this );
46 // ================= OTHER EXPORTED FUNCTIONS ==============
49 CApaApplication* NewApplication()
56 return EikStart::RunApplication(NewApplication);