equal
deleted
inserted
replaced
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 #include "cctcertinfo.h" |
19 #include "cctcertinfo.h" |
20 |
20 |
|
21 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
22 |
|
23 /** Mask constants used for serializing iDeletable and iFormat attributes |
|
24 */ |
|
25 const TUint KReadOnlyFlagMask = 128; |
|
26 const TUint KFormatMask = 127; |
|
27 |
|
28 /** The UID of a CertInfo MCTTokenObject. */ |
|
29 const TInt KCTObjectCertInfo = 0x101F50E6; |
|
30 |
|
31 #endif |
|
32 |
21 // MCertInfo /////////////////////////////////////////////////////////////////// |
33 // MCertInfo /////////////////////////////////////////////////////////////////// |
22 |
34 |
23 EXPORT_C MCertInfo::MCertInfo() : |
35 EXPORT_C MCertInfo::MCertInfo() : |
24 iDeletable(ETrue) |
36 iDeletable(ETrue) |
25 { |
37 { |