diff -r f40c1a748eb9 -r b9d283c5c7b5 multimediacommsengine/mmceshared/inc/mcecomaudiocodec.h --- a/multimediacommsengine/mmceshared/inc/mcecomaudiocodec.h Mon Jun 21 16:05:57 2010 +0300 +++ b/multimediacommsengine/mmceshared/inc/mcecomaudiocodec.h Thu Jul 15 19:04:32 2010 +0300 @@ -263,7 +263,13 @@ * Comfort noise */ TBool iComfortNoiseEnabled; - + + +private: // Friend classes + + #ifdef TEST_EUNIT + friend class UT_CMceComAudioCodec; + #endif };