diff -r 87e9ebfbe96a -r 404ad6c9bc20 stifui/stifui/inc/AppUIDocument.h --- a/stifui/stifui/inc/AppUIDocument.h Wed Apr 14 15:58:04 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,73 +0,0 @@ -/* -* 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 "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: This file contains CAppUIDocument class declaration. -* -*/ - -#ifndef APPUIDOCUMENT_H -#define APPUIDOCUMENT_H - -// INCLUDES -#include - -// CONSTANTS - -// FORWARD DECLARATIONS -class CEikAppUi; - -// CLASS DECLARATION - -/** -* CAppUIDocument application class. -*/ -class CAppUIDocument : public CAknDocument - { - public: // Constructors and destructor - /** - * Two-phased constructor. - */ - static CAppUIDocument* NewL(CEikApplication& aApp); - - /** - * Destructor. - */ - virtual ~CAppUIDocument(); - - public: // New functions - - protected: // New functions - - protected: // Functions from base classes - - private: - - /** - * Symbian OS default constructor. - */ - CAppUIDocument(CEikApplication& aApp); - void ConstructL(); - - private: - - /** - * From CEikDocument, create CAppUIAppUi "App UI" object. - */ - CEikAppUi* CreateAppUiL(); - }; - -#endif - -// End of File - -// End of File