fixed formatting

This commit is contained in:
Emiel Bruijntjes 2015-11-01 11:10:01 +01:00
parent 0e5024d38a
commit 34699cfcd3
2 changed files with 7 additions and 7 deletions

View File

@ -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();

View File

@ -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;