messagingapp/msgui/inc/msgaudiofetcherdialog.h
changeset 73 ecf6a73a9186
parent 56 f42d9a78f435
--- a/messagingapp/msgui/inc/msgaudiofetcherdialog.h	Fri Sep 17 20:16:33 2010 +0530
+++ b/messagingapp/msgui/inc/msgaudiofetcherdialog.h	Tue Oct 05 13:58:47 2010 +0530
@@ -19,10 +19,14 @@
 #ifndef MSGAUDIOFETCHERDIALOG_H
 #define MSGAUDIOFETCHERDIALOG_H
 
-#ifdef BUILD_MSGAUDIOFETCHER_DLL
-#define MSGAUDIOFETCHER_DLL_EXPORT Q_DECL_EXPORT
+#ifdef AUDIO_FETCHER_UNIT_TEST
+ #define MSGAUDIOFETCHER_DLL_EXPORT
 #else
-#define MSGAUDIOFETCHER_DLL_EXPORT Q_DECL_IMPORT
+ #ifdef  BUILD_MSGAUDIOFETCHER_DLL
+  #define MSGAUDIOFETCHER_DLL_EXPORT Q_DECL_EXPORT
+ #else
+  #define MSGAUDIOFETCHER_DLL_EXPORT Q_DECL_IMPORT
+ #endif
 #endif
 
 // SYSTEM INCLUDES
@@ -138,6 +142,12 @@
      * This to enable the left action in dialog
      */
     bool mSelected;
+#ifdef AUDIO_FETCHER_UNIT_TEST
+    /**
+     * Unit Testing
+     */
+    friend class TestMsgAudioFetcherDialog;
+#endif
 };
 
 #endif /* MSGAUDIOFETCHERVIEW_H */