eapol/eapol_framework/eapol_common/am/include/simple_config_am_services.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: %
    19 * %version: 25 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_SIMPLE_CONFIG_AM_SERVICES_H_)
    22 #if !defined(_SIMPLE_CONFIG_AM_SERVICES_H_)
    23 #define _SIMPLE_CONFIG_AM_SERVICES_H_
    23 #define _SIMPLE_CONFIG_AM_SERVICES_H_
    24 
    24 
    50 
    50 
    51 	//--------------------------------------------------
    51 	//--------------------------------------------------
    52 public:
    52 public:
    53 	//--------------------------------------------------
    53 	//--------------------------------------------------
    54 
    54 
    55 	/* The destructor does nothing */
       
    56 	virtual ~simple_config_am_services_c()
    55 	virtual ~simple_config_am_services_c()
    57 	{
    56 	{
    58 	}
    57 	}
    59 	
    58 
    60 	/**
    59 	/**
    61 	 * Object must indicate it's validity.
    60 	 * Object must indicate it's validity.
    62 	 * If object initialization fails this function must return false.
    61 	 * If object initialization fails this function must return false.
    63 	 * @return This function returns the validity of this object.
    62 	 * @return This function returns the validity of this object.
    64 	 */
    63 	 */