| 113 | string GetAsString(); |
| 114 | |
| 115 | uint8 GetSendAttempts()const{ return m_sendAttempts; } |
| 116 | void SetSendAttempts( uint8 _count ){ m_sendAttempts = _count; } |
| 117 | |
| 118 | uint8 GetMaxSendAttempts()const{ return m_maxSendAttempts; } |
nothing calls this directly
no outgoing calls
no test coverage detected