12 lines
241 B
C++
12 lines
241 B
C++
#ifndef HEARTBEATMSGEX_H_
|
|
#define HEARTBEATMSGEX_H_
|
|
|
|
#include <common/net/message/nodes/HeartbeatMsg.h>
|
|
|
|
// This is only a dummy so the mgmt download doesn't fail
|
|
|
|
class HeartbeatMsgEx : public HeartbeatMsg
|
|
{};
|
|
|
|
#endif /*HEARTBEATMSGEX_H_*/
|