eapol/eapol_framework/eapol_common/am/include/eap_am_types.h
changeset 33 938269283a16
parent 2 1c7bc153c08e
child 46 c74b3d9f6b9e
equal deleted inserted replaced
22:093cf0757204 33:938269283a16
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 5.1.2 %
    19 * %version: %
    20 */
    20 */
    21 
    21 
    22 /** @file */
    22 /** @file */
    23 
    23 
    24 #if !defined(_EAP_AM_TYPES_H_)
    24 #if !defined(_EAP_AM_TYPES_H_)
   124 
   124 
   125 	 /**
   125 	 /**
   126 	 * This defines const reserved word for template types.
   126 	 * This defines const reserved word for template types.
   127 	 * This is because the stupid Windows compiler cannot compile "const template_type<Type> * const".
   127 	 * This is because the stupid Windows compiler cannot compile "const template_type<Type> * const".
   128 	 */
   128 	 */
   129 	#define EAP_TEMPLATE_CONST
   129 	#define EAP_TEMPLATE_CONST const
   130 
   130 
   131 #endif
   131 #endif
   132 
   132 
   133 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   133 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   134 
   134