New upstream version 8.1.0
This commit is contained in:
15
storage/source/net/message/nodes/GetClientStatsMsgEx.h
Normal file
15
storage/source/net/message/nodes/GetClientStatsMsgEx.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include <common/storage/StorageErrors.h>
|
||||
#include <common/net/message/nodes/GetClientStatsMsg.h>
|
||||
|
||||
|
||||
// NOTE: The message factory requires this object to have 'deserialize' and
|
||||
// 'processIncoming' methods. 'deserialize' is derived from other classes.
|
||||
|
||||
class GetClientStatsMsgEx : public GetClientStatsMsg
|
||||
{
|
||||
public:
|
||||
virtual bool processIncoming(ResponseContext& ctx);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user