multimediacommsengine/tsrc/mccstub/src/MmccCodecInformation.cpp
branchRCL_3
changeset 59 b0e4b01681c5
parent 42 817c922b90eb
--- 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;
-	}
-