New upstream version 8.1.0
This commit is contained in:
15
fsck/source/net/message/nodes/HeartbeatMsgEx.h
Normal file
15
fsck/source/net/message/nodes/HeartbeatMsgEx.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef HEARTBEATMSGEX_H_
|
||||
#define HEARTBEATMSGEX_H_
|
||||
|
||||
#include <common/net/message/nodes/HeartbeatMsg.h>
|
||||
|
||||
class HeartbeatMsgEx : public HeartbeatMsg
|
||||
{
|
||||
public:
|
||||
virtual bool processIncoming(ResponseContext& ctx);
|
||||
|
||||
private:
|
||||
void processIncomingRoot();
|
||||
};
|
||||
|
||||
#endif /*HEARTBEATMSGEX_H_*/
|
||||
Reference in New Issue
Block a user