mobilemessaging/mmsui/notviewerinc/NotViewerAppServer.h
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2005 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 *     MMS Notification Viewer Application Server class definition.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef NOTVIEWERAPPSERVER_H
       
    22 #define NOTVIEWERAPPSERVER_H
       
    23 
       
    24 // INCLUDES
       
    25 #include <AknServerApp.h>                 // CAknServerApp
       
    26 
       
    27 // CLASS DECLARATION
       
    28 
       
    29 class CNotViewerAppServer : public CAknAppServer
       
    30     {
       
    31     public: // from CAknAppServer
       
    32     
       
    33     /*
       
    34     * Creates an instance of the service that this server apps supports
       
    35     */
       
    36     CApaAppServiceBase* CreateServiceL( TUid aServiceType ) const;
       
    37     
       
    38 	/*
       
    39 	* Destructor
       
    40 	*/
       
    41     ~CNotViewerAppServer( );
       
    42     
       
    43     protected: // from CPolicyServer
       
    44     
       
    45     /*
       
    46     * An empty implementation of this pure virtual CPolicyServer function
       
    47     */
       
    48     virtual TCustomResult CustomFailureActionL(const RMessage2& aMsg, TInt aAction, const TSecurityInfo& aMissing);
       
    49     };
       
    50 
       
    51 #endif      //  NOTVIEWERAPPSERVER_H
       
    52   
       
    53 // End of File