messagingfw/deprecate/senduiservices/serviceresolver/inc/senduisrapp.h
branchRCL_3
changeset 23 d51193d814ea
parent 22 d2c4c66342f3
child 24 002ade1da91c
equal deleted inserted replaced
22:d2c4c66342f3 23:d51193d814ea
     1 /*
       
     2 * Copyright (c) 2006 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:   Resolves sending service information and stores it to 
       
    15 *                Central Repository.    
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef C_CSENDUISRAPP_H
       
    22 #define C_CSENDUISRAPP_H
       
    23 
       
    24 #include <aknapp.h>
       
    25 
       
    26 /**
       
    27  *  Application class for SendUiServiceResolver application
       
    28  *
       
    29  *  @since S60 S60 v3.2
       
    30  */
       
    31 class CSendUiSrApp : public CAknApplication
       
    32     {
       
    33 public:  // from base class CAknApplication
       
    34 
       
    35     /**
       
    36      * From CAknApplication.
       
    37      * Return unique application identifier
       
    38      *
       
    39      * @since S60 v3.2
       
    40      */
       
    41     TUid AppDllUid() const;
       
    42 
       
    43 protected: // from base class CAknApplication
       
    44     /**
       
    45      * From CAknApplication.
       
    46      * Creates document
       
    47      *
       
    48      * @since S60 v3.2
       
    49      */
       
    50     CApaDocument* CreateDocumentL();
       
    51 
       
    52     };
       
    53 
       
    54 #endif // C_SENDUISRAPP_H