multimediacommsengine/tsrc/mccstub/src/MmccCodecInformation.cpp
changeset 32 f2ed1fc4c163
parent 0 1bce908db942
child 59 b0e4b01681c5
--- 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;
+	}
+