New upstream version 8.1.0
This commit is contained in:
13
storage/source/net/message/control/SetChannelDirectMsgEx.h
Normal file
13
storage/source/net/message/control/SetChannelDirectMsgEx.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <common/net/message/control/SetChannelDirectMsg.h>
|
||||
|
||||
// direct means the message is definitely processed on this server and not forwarded to another
|
||||
|
||||
class SetChannelDirectMsgEx : public SetChannelDirectMsg
|
||||
{
|
||||
public:
|
||||
virtual bool processIncoming(ResponseContext& ctx);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user