diff -r b9d283c5c7b5 -r 817c922b90eb multimediacommsengine/tsrc/mccstub/src/MmccCodecInformation.cpp --- a/multimediacommsengine/tsrc/mccstub/src/MmccCodecInformation.cpp Thu Jul 15 19:04:32 2010 +0300 +++ b/multimediacommsengine/tsrc/mccstub/src/MmccCodecInformation.cpp Thu Aug 19 10:18:22 2010 +0300 @@ -990,3 +990,13 @@ } +TUint32 CMccCodecInformation::KeepAliveTimerMicroSecs() const + { + return iKeepAliveTimerMicroSecs; + } +TInt CMccCodecInformation::SetKeepAliveTimerMicroSecs( TUint32 aTimerValueMicroSecs ) + { + iKeepAliveTimerMicroSecs = aTimerValueMicroSecs; + return KErrNone; + } +