--- a/smf/smfservermodule/smfclient/common/smfglobal.h Tue May 18 17:37:12 2010 +0530
+++ b/smf/smfservermodule/smfclient/common/smfglobal.h Fri May 21 15:45:10 2010 +0100
@@ -20,7 +20,11 @@
#ifndef SMFGLOBAL_H
#define SMFGLOBAL_H
+
+#ifdef Q_OS_SYMBIAN
#include <e32cmn.h>
+#endif
+
#include <qglobal.h>
#include <QBuffer>
#include <QNetworkRequest>
@@ -44,7 +48,9 @@
*/
const int SMF_ITEMS_PER_PAGE=10;
+
class SmfServerSymbianSession;
+class SmfServerQtSession;
/**
@@ -313,7 +319,7 @@
ESmfAuthKeyExpiredComplete
};*/
/**
- * Smf wide errors
+ * Smf wide errors
*/
enum SmfError
{