00001 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). 00002 // All rights reserved. 00003 // This component and the accompanying materials are made available 00004 // under the terms of "Eclipse Public License v1.0" 00005 // which accompanies this distribution, and is available 00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html". 00007 // 00008 // Initial Contributors: 00009 // Nokia Corporation - initial contribution. 00010 // 00011 // Contributors: 00012 // 00013 // Description: 00014 // 00015 00016 #ifndef __CONTROLFRAMEWORKDOCUMENT_H 00017 #define __CONTROLFRAMEWORKDOCUMENT_H 00018 00019 #include <eikdoc.h> 00020 00021 class CEikAppUi; 00022 class CEikApplication; 00023 00024 //Document class 00025 class CControlFrameworkDocument : public CEikDocument 00026 { 00027 public: 00028 static CControlFrameworkDocument* NewL(CEikApplication& aApp); 00029 ~CControlFrameworkDocument(); 00030 00031 private: 00032 CControlFrameworkDocument(CEikApplication& aApp); 00033 00034 // from CEikDocument 00035 CEikAppUi* CreateAppUiL(); 00036 }; 00037 00038 00039 #endif // __CONTROLFRAMEWORKDOCUMENT_H 00040
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.