diff -r 4c9e1ec7a69e -r f2ed1fc4c163 multimediacommsengine/tsrc/mccstub/src/MmccCodecInformation.cpp --- a/multimediacommsengine/tsrc/mccstub/src/MmccCodecInformation.cpp Thu Jun 24 14:41:11 2010 +0300 +++ b/multimediacommsengine/tsrc/mccstub/src/MmccCodecInformation.cpp Fri Jul 09 13:14:28 2010 +0300 @@ -990,3 +990,13 @@ } +TUint32 CMccCodecInformation::KeepAliveTimerMicroSecs() const + { + return iKeepAliveTimerMicroSecs; + } +TInt CMccCodecInformation::SetKeepAliveTimerMicroSecs( TUint32 aTimerValueMicroSecs ) + { + iKeepAliveTimerMicroSecs = aTimerValueMicroSecs; + return KErrNone; + } +