connectivitymodules/SeCon/servers/syncserver/inc/sconsyncclientserver.h
branchRCL_3
changeset 19 0aa8cc770c8a
parent 18 453dfc402455
child 20 4a793f564d72
equal deleted inserted replaced
18:453dfc402455 19:0aa8cc770c8a
     1 /*
       
     2 * Copyright (c) 2009 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:  Sync Client-Server header
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef SCONSYNCCLIENTSERVER_H
       
    20 #define SCONSYNCCLIENTSERVER_H
       
    21 
       
    22 #include <e32base.h>
       
    23 
       
    24 _LIT(KSconSyncServerName, "sconsyncserver");
       
    25 _LIT(KSconSyncServerExe, "sconsyncserver.exe");
       
    26 
       
    27 
       
    28 enum TService
       
    29 {
       
    30     ESendChunkHandle,
       
    31     ECancelRequest,
       
    32     EListImplementations,
       
    33     
       
    34     EOpenStore,
       
    35     EOpenItem,
       
    36     ECreateItem,
       
    37     EReplaceItem,
       
    38     EMoveItem,
       
    39     EDeleteItem,
       
    40     ESoftDeleteItem,
       
    41     EDeleteAllItems,
       
    42     EReadParent,
       
    43     
       
    44     EHasHistory,
       
    45     EAddedItems,
       
    46     EDeletedItems,
       
    47     ESoftDeletedItems,
       
    48     EModifiedItems,
       
    49     EMovedItems,
       
    50     
       
    51     //EListChanges,
       
    52     EResetChangeInfo,
       
    53     ECommitChangeInfo,
       
    54     
       
    55     ECloseStore,
       
    56     ESetSyncTimeStamp,
       
    57     EGetSyncTimeStamp,
       
    58     EExportStoreFormat,
       
    59     ESetRemoteStoreFormat,
       
    60     
       
    61     EMaxService     // Not an actual service
       
    62 };
       
    63 
       
    64 #endif // SCONSYNCCLIENTSERVER_H