cryptoservices/filebasedcertificateandkeystores/source/generic/client/clientutils.h
equal
deleted
inserted
replaced
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 |
|
20 |
|
21 /** |
19 /** |
22 @file |
20 @file |
23 @internalTechnology |
21 @internalTechnology |
24 */ |
22 */ |
25 |
23 |
26 #ifndef __CLIENTUTILS_H__ |
24 #ifndef __CLIENTUTILS_H__ |
27 #define __CLIENTUTILS_H__ |
25 #define __CLIENTUTILS_H__ |
28 |
26 |
29 #include <e32std.h> |
27 #include <e32std.h> |
30 #include <tokentypesenum.h> |
28 #include "tokentypesenum.h" |
31 |
29 |
32 _LIT(KTokenTypeClientPanic, "TOKENTYPECLIENT"); |
30 _LIT(KTokenTypeClientPanic, "TOKENTYPECLIENT"); |
33 |
31 |
34 void FSTokenPanic(ETokenTypeClientPanic aPanicCode); |
32 void FSTokenPanic(ETokenTypeClientPanic aPanicCode); |
35 |
33 |