multimediacommsengine/tsrc/mccstub/src/MmccCodecInformation.cpp
branchRCL_3
changeset 42 817c922b90eb
parent 0 1bce908db942
child 59 b0e4b01681c5
equal deleted inserted replaced
41:b9d283c5c7b5 42:817c922b90eb
   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