cryptomgmtlibs/cryptotokenfw/inc/ct/MCTTokenInterface.h
changeset 8 35751d3474b7
parent 0 2c201484c85f
child 33 cf642210ecb7
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  @publishedAll
    21  @publishedPartner
    24  @released
    22  @released
    25 */
    23 */
    26 
    24 
    27 #ifndef __MCTTOKENINTERFACE_H__
    25 #ifndef __MCTTOKENINTERFACE_H__
    28 #define __MCTTOKENINTERFACE_H__
    26 #define __MCTTOKENINTERFACE_H__
    34  *
    32  *
    35  * This class provides functionality to interact with the token's reference counting 
    33  * This class provides functionality to interact with the token's reference counting 
    36  * framework. (Interfaces themselves are not reference counted, but the token 
    34  * framework. (Interfaces themselves are not reference counted, but the token 
    37  * must remain open while it has open interfaces.) 
    35  * must remain open while it has open interfaces.) 
    38  *
    36  *
    39  * @publishedPartner
       
    40  * @released
       
    41  * @since v7.0 
    37  * @since v7.0 
    42  */
    38  */
    43 class MCTTokenInterface
    39 class MCTTokenInterface
    44 	{
    40 	{
    45 public:
    41 public: