omads/omadsappui/ui/inc/NSmlDSSyncAppServer.h
branchRCL_3
changeset 52 4f0867e42d62
parent 0 dab8a81a92de
equal deleted inserted replaced
51:8e7494275d3a 52:4f0867e42d62
       
     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: server derivation
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef NSMLDSSYNCAPPSERVER_H
       
    20 #define NSMLDSSYNCAPPSERVER_H
       
    21 
       
    22 // INCLUDES
       
    23 
       
    24 #include <akndoc.h>
       
    25 #include <aknapp.h>
       
    26 #include <AknServerApp.h>
       
    27 
       
    28 
       
    29 // CLASS DECLARATION
       
    30 
       
    31 /**
       
    32 * Data synchronization Aplication Server
       
    33 *
       
    34 */
       
    35 class CNSmlDSSyncAppServer :  public CAknAppServer
       
    36 	{
       
    37 	public:
       
    38 
       
    39         /**
       
    40         * C++ default constructor.
       
    41         */
       
    42 		CNSmlDSSyncAppServer();
       
    43         
       
    44         /**
       
    45         * Destructor.
       
    46         */		
       
    47 		virtual ~CNSmlDSSyncAppServer();
       
    48 		
       
    49     public: //from CAknServerApp
       
    50     
       
    51         /**
       
    52         * CreateServiceL.
       
    53         * @param aServiceType
       
    54         * @return CApaAppServiceBase.
       
    55         */
       
    56         CApaAppServiceBase* CreateServiceL( TUid aServiceType ) const;
       
    57         
       
    58         /**
       
    59         * From the base class.
       
    60         * @param None.
       
    61         * @return None.
       
    62         */
       
    63         void HandleAllClientsClosed();
       
    64 	};
       
    65 
       
    66 #endif  // NSMLDSSYNCAPPSERVER_H
       
    67 
       
    68 
       
    69 // End of File