accesssec_plat/eap_qt_configuration_api/inc/eapqtexpandedeaptype.h
changeset 27 9660a5eb236f
parent 26 9abfd4f00d37
child 34 ad1f037f1ac2
--- a/accesssec_plat/eap_qt_configuration_api/inc/eapqtexpandedeaptype.h	Mon May 24 20:32:47 2010 +0300
+++ b/accesssec_plat/eap_qt_configuration_api/inc/eapqtexpandedeaptype.h	Thu May 27 10:23:43 2010 +0300
@@ -17,7 +17,7 @@
  */
 
 /*
- * %version: 1 %
+ * %version: 2 %
  */
 
 #ifndef EAPQTEXPANDEDEAPTYPE_H
@@ -25,16 +25,12 @@
 
 #include <QByteArray>
 #include <QMetaType>
+#include <eapqtconfigdefs.h>
 
-#ifdef BUILD_EAP_QT_PLUGIN_INFO_DLL
-#define EAP_QT_EXPANDED_EAP_TYPE_EXPORT Q_DECL_EXPORT
-#else
-#define EAP_QT_EXPANDED_EAP_TYPE_EXPORT Q_DECL_IMPORT
-#endif
 
 class EapQtExpandedEapTypePrivate;
-// http://www.iana.org/assignments/eap-numbers
-class EAP_QT_EXPANDED_EAP_TYPE_EXPORT EapQtExpandedEapType
+
+class EAP_QT_PLUGIN_INFO_EXPORT EapQtExpandedEapType
 {
 public:
     enum Type
@@ -59,7 +55,7 @@
     EapQtExpandedEapType();
     EapQtExpandedEapType(const Type type);
     EapQtExpandedEapType(const QByteArray data);
-    EapQtExpandedEapType(const EapQtExpandedEapType & type);
+    EapQtExpandedEapType(const EapQtExpandedEapType& type);
     ~EapQtExpandedEapType();
 
     QByteArray eapExpandedData() const;