contentpublishingsrv/contentpublishingserver/cpserver/inc/cpglobals.h
branchRCL_3
changeset 18 bd874ee5e5e2
parent 0 79c6a41cd166
child 51 15e4dd19031c
equal deleted inserted replaced
9:d0529222e3f0 18:bd874ee5e5e2
    42     };
    42     };
    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 
    48 
    48 _LIT( KService, "CP Service" );
    49 _LIT( KService, "CP Service" );
    49 
    50 
    50 _LIT8( KCPInterface, "IDataSource" );
    51 _LIT8( KCPInterface, "IDataSource" );
    51 _LIT8( KCPContentInterface, "IContentPublishing" );
    52 _LIT8( KCPContentInterface, "IContentPublishing" );