messagingapp/msgui/msguiutils/inc/mmsconformancecheck.h
changeset 72 6f657153cbc5
parent 43 35b64624a9e7
equal deleted inserted replaced
70:a15d9966050f 72:6f657153cbc5
    21 #include <QObject>
    21 #include <QObject>
    22 
    22 
    23 #include <MsgMediaInfo.h>
    23 #include <MsgMediaInfo.h>
    24 #include <qstring.h>
    24 #include <qstring.h>
    25 
    25 
       
    26 #ifdef MSGUI_UNIT_TEST
       
    27  #define MSGUI_UTILS_DLL_EXPORT
       
    28 #else
    26 #ifdef BUILD_MSGUI_UTILS_DLL
    29 #ifdef BUILD_MSGUI_UTILS_DLL
    27 #define MSGUI_UTILS_DLL_EXPORT Q_DECL_EXPORT
    30  #define MSGUI_UTILS_DLL_EXPORT Q_DECL_EXPORT
    28 #else
    31 #else
    29 #define MSGUI_UTILS_DLL_EXPORT Q_DECL_IMPORT
    32  #define MSGUI_UTILS_DLL_EXPORT Q_DECL_IMPORT
       
    33 #endif
    30 #endif
    34 #endif
    31 
    35 
    32 class CMmsConformance;
    36 class CMmsConformance;
    33 class CMsgMediaResolver;
    37 class CMsgMediaResolver;
    34 class CDRMHelper;
    38 class CDRMHelper;
   108     
   112     
   109     /**
   113     /**
   110      * Conformance status
   114      * Conformance status
   111      */
   115      */
   112     TUint32 iConfStatus;
   116     TUint32 iConfStatus;
   113 
   117     
       
   118 #ifdef MSGUI_UNIT_TEST
       
   119     /**
       
   120      * Unit Testing
       
   121      */
       
   122     friend class TestMmsConformanceCheck;
       
   123 #endif    
   114 };
   124 };
   115 #endif //MMS_CONFORMANCE_CHECK_OPERATION_H
   125 #endif //MMS_CONFORMANCE_CHECK_OPERATION_H