wlanutilities/wpswizard/inc/mwpsactiverunnercallback.h
changeset 39 7b3e49e4608a
parent 19 10810c91db26
equal deleted inserted replaced
36:682dd021f9be 39:7b3e49e4608a
    16 */
    16 */
    17 #ifndef MWPSACTIVERUNNERCALLBACK_H_
    17 #ifndef MWPSACTIVERUNNERCALLBACK_H_
    18 #define MWPSACTIVERUNNERCALLBACK_H_
    18 #define MWPSACTIVERUNNERCALLBACK_H_
    19 
    19 
    20 // System includes
    20 // System includes
    21 #include<e32base.h>
    21 #include <QList>
    22 #include<wlanmgmtcommon.h>
    22 #include <wlanmgmtcommon.h>
    23 
    23 
    24 // User includes
    24 // User includes
    25 // Forward declarations
    25 // Forward declarations
    26 // External data types
    26 // External data types
    27 // Constants
    27 // Constants
       
    28 
       
    29 /*!
       
    30  * @addtogroup group_wps_wizard_plugin
       
    31  * @{
       
    32  */
    28 
    33 
    29 // Class declaration
    34 // Class declaration
    30 class MWpsActiveRunnerCallback
    35 class MWpsActiveRunnerCallback
    31     {
    36     {
    32 public:
    37 public:
    33     /*!
    38     /*!
    34      * Callback to notify the completion of middleware API call
    39      * Callback to notify the completion of middleware API call
    35      */
    40      */
    36     IMPORT_C virtual void WpsActiveRunnerStopped(QList<
    41     virtual void WpsActiveRunnerStopped(
    37             TWlanProtectedSetupCredentialAttribute>& aCredentials,
    42         QList<TWlanProtectedSetupCredentialAttribute>& aCredentials,
    38             TInt aError) = 0;
    43         TInt aError) = 0;
    39     };
    44     };
    40 
    45 
    41 #endif /* MWPSACTIVERUNNERCALLBACK_H_ */
    46 #endif /* MWPSACTIVERUNNERCALLBACK_H_ */