contentpublishingsrv/contentpublishingserver/cpserver/inc/cpglobals.h
branchRCL_3
changeset 19 edd621764147
parent 14 15e4dd19031c
equal deleted inserted replaced
16:b276298d5729 19:edd621764147
    43     
    43     
    44 const TInt KNameArgumentsLimit = 5;
    44 const TInt KNameArgumentsLimit = 5;
    45 const TInt KThreadNameLimit = 64;
    45 const TInt KThreadNameLimit = 64;
    46 const TUint KDisablePersist = 0x1000;
    46 const TUint KDisablePersist = 0x1000;
    47 const TUint KDisableNotification = 0x2000;
    47 const TUint KDisableNotification = 0x2000;
       
    48 const TUint KExtendedNotifications = 0x4000;
    48 
    49 
    49 _LIT( KService, "CP Service" );
    50 _LIT( KService, "CP Service" );
    50 
    51 
    51 _LIT8( KCPInterface, "IDataSource" );
    52 _LIT8( KCPInterface, "IDataSource" );
    52 _LIT8( KCPContentInterface, "IContentPublishing" );
    53 _LIT8( KCPContentInterface, "IContentPublishing" );