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

View File

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