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