messagingapp/msgui/msguiutils/inc/mmsconformancecheck.h
changeset 73 ecf6a73a9186
parent 67 fc91263aee62
equal deleted inserted replaced
68:e8a69c93c830 73:ecf6a73a9186
    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
    26 #ifdef MSGUIUTILS_UNIT_TEST
    27  #define MSGUI_UTILS_DLL_EXPORT
    27  #define MSGUI_UTILS_DLL_EXPORT
    28 #else
    28 #else
    29 #ifdef BUILD_MSGUI_UTILS_DLL
    29 #ifdef BUILD_MSGUI_UTILS_DLL
    30  #define MSGUI_UTILS_DLL_EXPORT Q_DECL_EXPORT
    30  #define MSGUI_UTILS_DLL_EXPORT Q_DECL_EXPORT
    31 #else
    31 #else
   113     /**
   113     /**
   114      * Conformance status
   114      * Conformance status
   115      */
   115      */
   116     TUint32 iConfStatus;
   116     TUint32 iConfStatus;
   117     
   117     
   118 #ifdef MSGUI_UNIT_TEST
   118 #ifdef MSGUIUTILS_UNIT_TEST
   119     /**
   119     /**
   120      * Unit Testing
   120      * Unit Testing
   121      */
   121      */
   122     friend class TestMmsConformanceCheck;
   122     friend class TestMmsConformanceCheck;
   123 #endif    
   123 #endif