syncmlfw/dm/settings/inc/DMprofileContentHandler.h
branchRCL_3
changeset 9 57a65a3a658c
parent 2 5594fba90824
child 25 b183ec05bd8c
equal deleted inserted replaced
5:3f7d9dbe57c8 9:57a65a3a658c
    21 
    21 
    22 //  INCLUDES
    22 //  INCLUDES
    23 #include <e32std.h>
    23 #include <e32std.h>
    24 #include <f32file.h>
    24 #include <f32file.h>
    25 #include "mxmlattributes.h"
    25 #include "mxmlattributes.h"
    26 #include "MXMLContentHandler.h"
    26 #include "mxmlcontenthandler.h"
    27 #include "NSmlDMResourceProfile.h"
    27 #include "NSmlDMResourceProfile.h"
    28 
    28 
    29 const TInt KNSmlDmFileNameLength=255;
    29 const TInt KNSmlDmFileNameLength=255;
    30 const TInt KNSmlDmProfileNameMaxLength = 100;
    30 const TInt KNSmlDmProfileNameMaxLength = 100;
    31 const TInt KNSmlDmSettingsSuccess = 1;
    31 const TInt KNSmlDmSettingsSuccess = 1;