epoc32/include/SmlDataFormat.hrh
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     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: For adding content to be synchronized.
    15 *
    16 */
    17 /**
    18 @publishedPartner
    19 */
    20 
    21 
    22 #define KSmlDataProperty_HasMaxSize		0x00000001
    23 #define KSmlDataProperty_HasMaxOccur	0x00000002
    24 #define KSmlDataProperty_FieldReplace	0x00000004
    25 #define KSmlDataProperty_RecordFilter	0x00000008
    26 #define KSmlDataProperty_NoTruncate		0x00000010
    27 
    28 
    29 #define KSmlDataStore_HasMaxSize		0x00000001
    30 #define KSmlDataStore_HasMaxItems		0x00000002
    31 #define KSmlDataStore_FieldFilter		0x00000004
    32 #define KSmlDataStore_RecordFilter		0x00000008
    33 #define KSmlDataStore_Hierarchical		0x00000010
    34 
    35 
    36 #define KSmlSyncType_TwoWay				0x0001
    37 #define KSmlSyncType_OneWayFromSvr		0x0002
    38 #define KSmlSyncType_OneWayFromClnt		0x0004
    39 #define KSmlSyncType_SlowSync			0x0008
    40 #define KSmlSyncType_RefreshFromSvr		0x0010
    41 #define KSmlSyncType_RefreshFromClnt	0x0020
    42 
    43 
    44 
    45 
    46