multimediacommsengine/tsrc/mccstub/src/MmccCodecInformation.cpp
branchRCL_3
changeset 18 817c922b90eb
parent 0 1bce908db942
--- 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;
+	}
+