wlanutilities/wpswizard/inc/mwpsactiverunnercallback.h
changeset 39 7b3e49e4608a
parent 19 10810c91db26
--- a/wlanutilities/wpswizard/inc/mwpsactiverunnercallback.h	Thu Jun 10 15:44:54 2010 +0300
+++ b/wlanutilities/wpswizard/inc/mwpsactiverunnercallback.h	Thu Jun 24 10:49:51 2010 +0300
@@ -18,14 +18,19 @@
 #define MWPSACTIVERUNNERCALLBACK_H_
 
 // System includes
-#include<e32base.h>
-#include<wlanmgmtcommon.h>
+#include <QList>
+#include <wlanmgmtcommon.h>
 
 // User includes
 // Forward declarations
 // External data types
 // Constants
 
+/*!
+ * @addtogroup group_wps_wizard_plugin
+ * @{
+ */
+
 // Class declaration
 class MWpsActiveRunnerCallback
     {
@@ -33,9 +38,9 @@
     /*!
      * Callback to notify the completion of middleware API call
      */
-    IMPORT_C virtual void WpsActiveRunnerStopped(QList<
-            TWlanProtectedSetupCredentialAttribute>& aCredentials,
-            TInt aError) = 0;
+    virtual void WpsActiveRunnerStopped(
+        QList<TWlanProtectedSetupCredentialAttribute>& aCredentials,
+        TInt aError) = 0;
     };
 
 #endif /* MWPSACTIVERUNNERCALLBACK_H_ */