multimediacommsengine/tsrc/mccstub/src/MmccCodecInformation.cpp
branchRCL_3
changeset 59 b0e4b01681c5
parent 42 817c922b90eb
equal deleted inserted replaced
55:f72c4fccd381 59:b0e4b01681c5
   988     {
   988     {
   989     return iKeepAliveData;
   989     return iKeepAliveData;
   990 
   990 
   991     }
   991     }
   992     
   992     
   993 TUint32 CMccCodecInformation::KeepAliveTimerMicroSecs() const
       
   994 	{
       
   995 	return iKeepAliveTimerMicroSecs;
       
   996 	}
       
   997 TInt CMccCodecInformation::SetKeepAliveTimerMicroSecs( TUint32 aTimerValueMicroSecs )
       
   998 	{
       
   999 	iKeepAliveTimerMicroSecs = aTimerValueMicroSecs;
       
  1000 	return KErrNone;
       
  1001 	}
       
  1002