connectivitymodules/SeCon/servers/syncserver/inc/sconsyncrelationship.h
branchRCL_3
changeset 48 debf68073f2f
parent 40 453dfc402455
equal deleted inserted replaced
45:74aa6861c87d 48:debf68073f2f
    20 #define SCONSYNCRELATIONSHIP_H_
    20 #define SCONSYNCRELATIONSHIP_H_
    21 
    21 
    22 #include <e32base.h>
    22 #include <e32base.h>
    23 #include <f32file.h> 
    23 #include <f32file.h> 
    24 #include <s32file.h>
    24 #include <s32file.h>
    25 #include <syncml/smldatasyncdefs.h>
    25 #include <syncml/SmlDataSyncDefs.h>
    26 #include <syncmldef.h>
    26 #include <SyncMLDef.h>
    27 
    27 
    28 class CDictionaryFileStore;
    28 class CDictionaryFileStore;
    29 
    29 
    30 NONSHARABLE_CLASS ( CSconSyncRelationship ) : public CBase, public MSmlSyncRelationship
    30 NONSHARABLE_CLASS ( CSconSyncRelationship ) : public CBase, public MSmlSyncRelationship
    31     {
    31     {