epoc32/include/SmlDataFormat.hrh
branchSymbian3
changeset 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/SmlDataFormat.hrh	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -0,0 +1,46 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: For adding content to be synchronized.
    1.18 +*
    1.19 +*/
    1.20 +/**
    1.21 +@publishedPartner
    1.22 +*/
    1.23 +
    1.24 +
    1.25 +#define KSmlDataProperty_HasMaxSize		0x00000001
    1.26 +#define KSmlDataProperty_HasMaxOccur	0x00000002
    1.27 +#define KSmlDataProperty_FieldReplace	0x00000004
    1.28 +#define KSmlDataProperty_RecordFilter	0x00000008
    1.29 +#define KSmlDataProperty_NoTruncate		0x00000010
    1.30 +
    1.31 +
    1.32 +#define KSmlDataStore_HasMaxSize		0x00000001
    1.33 +#define KSmlDataStore_HasMaxItems		0x00000002
    1.34 +#define KSmlDataStore_FieldFilter		0x00000004
    1.35 +#define KSmlDataStore_RecordFilter		0x00000008
    1.36 +#define KSmlDataStore_Hierarchical		0x00000010
    1.37 +
    1.38 +
    1.39 +#define KSmlSyncType_TwoWay				0x0001
    1.40 +#define KSmlSyncType_OneWayFromSvr		0x0002
    1.41 +#define KSmlSyncType_OneWayFromClnt		0x0004
    1.42 +#define KSmlSyncType_SlowSync			0x0008
    1.43 +#define KSmlSyncType_RefreshFromSvr		0x0010
    1.44 +#define KSmlSyncType_RefreshFromClnt	0x0020
    1.45 +
    1.46 +
    1.47 +
    1.48 +
    1.49 +