diff -r f72c4fccd381 -r b0e4b01681c5 multimediacommsengine/tsrc/mccstub/src/MmccCodecInformation.cpp --- a/multimediacommsengine/tsrc/mccstub/src/MmccCodecInformation.cpp Wed Sep 15 12:38:06 2010 +0300 +++ b/multimediacommsengine/tsrc/mccstub/src/MmccCodecInformation.cpp Wed Oct 13 14:59:15 2010 +0300 @@ -990,13 +990,3 @@ } -TUint32 CMccCodecInformation::KeepAliveTimerMicroSecs() const - { - return iKeepAliveTimerMicroSecs; - } -TInt CMccCodecInformation::SetKeepAliveTimerMicroSecs( TUint32 aTimerValueMicroSecs ) - { - iKeepAliveTimerMicroSecs = aTimerValueMicroSecs; - return KErrNone; - } -