messagingapp/msgui/msgaudiofetcher/inc/msgaudioselectionengine.h
changeset 73 ecf6a73a9186
parent 48 4f501b74aeb1
equal deleted inserted replaced
68:e8a69c93c830 73:ecf6a73a9186
   129     // max audio file file size
   129     // max audio file file size
   130     TInt iMaxFileSize;
   130     TInt iMaxFileSize;
   131 
   131 
   132     // query error
   132     // query error
   133     TInt iQueryError;
   133     TInt iQueryError;
       
   134 #ifdef AUDIO_FETCHER_UNIT_TEST
       
   135     /**
       
   136      * Unit Testing
       
   137      */
       
   138     friend class TestMsgAudioSelectionEngine;
       
   139 #endif
   134 };
   140 };
   135 #endif /* MSGAUDIOSELECTIONENGINE_H */
   141 #endif /* MSGAUDIOSELECTIONENGINE_H */
   136 
   142