cryptomgmtlibs/cryptotokenfw/inc/secdlg.h
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
       
    20 
       
    21 /**
    19 /**
    22  @file
    20  @file
    23  @internalAll
    21  @publishedPartner
       
    22  @released
    24 */
    23 */
    25 
    24 
    26 #ifndef __SECDLG_H__
    25 #ifndef __SECDLG_H__
    27 #define __SECDLG_H__
    26 #define __SECDLG_H__
    28 
    27 
    70 /** An unblocking PIN value */
    69 /** An unblocking PIN value */
    71 typedef TBuf<KMaxUnblockPINLength> TUnblockPINValue;
    70 typedef TBuf<KMaxUnblockPINLength> TUnblockPINValue;
    72 
    71 
    73 /**
    72 /**
    74  * Definition of the security dialog interface
    73  * Definition of the security dialog interface
    75  *
       
    76  * @since 7.0
    74  * @since 7.0
    77  */
    75  */
    78 class MSecurityDialog 
    76 class MSecurityDialog 
    79 	{
    77 	{
    80 public:
    78 public: