mobilemessaging/unieditor/application/inc/UniEditorAppServer.h
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2006,2007 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:   Uni Editor server Application class definition.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __UNIEDITORAPPSERVER_H
       
    21 #define __UNIEDITORAPPSERVER_H
       
    22 
       
    23 // INCLUDES
       
    24 #include <AknServerApp.h>
       
    25 
       
    26 // CLASS DECLARATION
       
    27 
       
    28 /**
       
    29 * CUniEditorAppServer
       
    30 *
       
    31 * @since 3.2
       
    32 */
       
    33 class CUniEditorAppServer : public CAknAppServer
       
    34     {
       
    35     public: // from CAknAppServer
       
    36 
       
    37         /*
       
    38         * Creates an instance of the service aServiceType
       
    39         */
       
    40         CApaAppServiceBase* CreateServiceL( TUid aServiceType ) const;
       
    41 
       
    42         /*
       
    43         * Destructor
       
    44         */
       
    45         virtual ~CUniEditorAppServer();
       
    46 
       
    47     protected: // from CPolicyServer
       
    48 
       
    49         /*
       
    50         * An empty implementation of this pure virtual CPolicyServer function
       
    51         */
       
    52         TCustomResult CustomFailureActionL( const RMessage2& aMsg, 
       
    53                                             TInt aAction, 
       
    54                                             const TSecurityInfo& aMissing );
       
    55     };
       
    56 
       
    57 #endif      //  __UNIEDITORAPPSERVER_H
       
    58   
       
    59 // End of File