accesssec_plat/eap_qt_configuration_api/inc/eapqtconfiginterface.h
changeset 52 c23bdf5a328a
parent 39 fe6b6762fccd
equal deleted inserted replaced
51:e863583e6720 52:c23bdf5a328a
    15  *   EAP method configuration QT interface
    15  *   EAP method configuration QT interface
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 /*
    19 /*
    20  * %version: 8 %
    20  * %version: 9 %
    21  */
    21  */
    22 
    22 
    23 #ifndef EAPQTCONFIGINTERFACE_H
    23 #ifndef EAPQTCONFIGINTERFACE_H
    24 #define EAPQTCONFIGINTERFACE_H
    24 #define EAPQTCONFIGINTERFACE_H
    25 
    25 
    65     // API methods, see below the method descriptions
    65     // API methods, see below the method descriptions
    66     static const int IapIdUndefined = -1;
    66     static const int IapIdUndefined = -1;
    67 
    67 
    68     // NOTE: the default constuctor can only be used for creating validators
    68     // NOTE: the default constuctor can only be used for creating validators
    69     // with validatorEap() and validatorPacStore(), and accessing EAP-FAST PAC store,
    69     // with validatorEap() and validatorPacStore(), and accessing EAP-FAST PAC store,
    70     // any other call throws an exeption;
    70     // any other call throws an exception;
    71     // also, throws an exception if the construction fails
    71     // also, throws an exception if the construction fails
    72     EapQtConfigInterface();
    72     EapQtConfigInterface();
    73 
    73 
    74     // this is the constructor for using the interface for all
    74     // this is the constructor for using the interface for all
    75     // available operations, including validators;
    75     // available operations, including validators;