fixed formatting
This commit is contained in:
parent
0e5024d38a
commit
34699cfcd3
|
|
@ -168,9 +168,9 @@ public:
|
|||
}
|
||||
|
||||
/**
|
||||
* Retrieve the heartbeat delay used by this connection
|
||||
* @return uint16_t
|
||||
*/
|
||||
* Retrieve the heartbeat delay used by this connection
|
||||
* @return uint16_t
|
||||
*/
|
||||
uint16_t heartbeat() const
|
||||
{
|
||||
return _implementation.heartbeat();
|
||||
|
|
|
|||
|
|
@ -98,9 +98,9 @@ protected:
|
|||
std::queue<OutBuffer> _queue;
|
||||
|
||||
/**
|
||||
* Heartbeat delay
|
||||
* @var uint16_t
|
||||
*/
|
||||
* Heartbeat delay
|
||||
* @var uint16_t
|
||||
*/
|
||||
uint16_t _heartbeat = 0;
|
||||
|
||||
/**
|
||||
|
|
@ -360,7 +360,7 @@ public:
|
|||
/**
|
||||
* Heartbeat delay
|
||||
* @return uint16_t
|
||||
*/
|
||||
*/
|
||||
uint16_t heartbeat() const
|
||||
{
|
||||
return _heartbeat;
|
||||
|
|
|
|||
Loading…
Reference in New Issue