multimediacommsengine/tsrc/MCETestUI/inc/CMCETestUIApp.h
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __CMCETESTUIAPP_H
       
    21 #define __CMCETESTUIAPP_H (0x1)
       
    22 
       
    23 
       
    24 #include <aknapp.h>
       
    25 #include <MCETestUI.rsg>
       
    26 #include <e32base.h>
       
    27 #include "CMCETestUIDoc.h"
       
    28 
       
    29 #include "MCETestUI.hrh"
       
    30 
       
    31 
       
    32 const TUid KUidMCETestUI = { 0X10281F9A}; 
       
    33 //const TUid KUidMCETestUI = { 0X102747D3 }; 
       
    34 
       
    35 class CAknApplication;
       
    36 
       
    37 
       
    38 
       
    39 class CMCETestUIApp : public CAknApplication
       
    40 
       
    41 	{
       
    42 private: 
       
    43 	// Inherited from class CApaApplication
       
    44 	CApaDocument* CreateDocumentL();
       
    45 	TUid AppDllUid() const;
       
    46 	};
       
    47 	
       
    48 #endif