phonebookui/Phonebook2/ccapplication/ccapp/inc/ccaappserverapp.h
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 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:  Implementation of server app server.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CCAAPPPSERVERAPP_H
       
    19 #define CCAAPPPSERVERAPP_H
       
    20 
       
    21 #include <AknServerApp.h>
       
    22 
       
    23 /**
       
    24  *  Implementation of server app server.
       
    25  *
       
    26  *  @lib ccaapp.exe
       
    27  *  @since S60 v5.0
       
    28  */ 
       
    29 class CCAAppServerApp : public CAknAppServer
       
    30     {
       
    31     
       
    32 public:
       
    33 
       
    34     static CCAAppServerApp* NewL();
       
    35         
       
    36 private:
       
    37 
       
    38 // from base class CAknAppServer
       
    39 
       
    40     /**
       
    41      * From CAknAppServer
       
    42      * (see details from header)
       
    43      *
       
    44      * @since S60 v5.0
       
    45      */        
       
    46     CApaAppServiceBase* CreateServiceL(
       
    47         TUid aServiceType ) const;
       
    48 
       
    49     };
       
    50 
       
    51 #endif // CCAAPPPSERVERAPP_H
       
    52             
       
    53 // End of File