Fixed minor return value type.

git-svn-id: http://yate.null.ro/svn/yate/trunk@1685 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2008-01-28 12:01:46 +00:00
parent b60f6f3163
commit 468a1a4019
1 changed files with 2 additions and 2 deletions

View File

@ -5749,7 +5749,7 @@ public:
* Get the timeout of a data frame. After that, a higher layer may retransmit data
* @return The timeout of a data frame
*/
inline u_int32_t dataTimeout() const
inline u_int64_t dataTimeout() const
{ return m_retransTimer.interval() * m_n200.maxVal(); }
/**
@ -6119,7 +6119,7 @@ public:
* @return The type of this IE
*/
inline u_int8_t type() const
{ return m_type; }
{ return (u_int8_t)m_type; }
/**
* Put this message into a string for debug purposes