#pragma once #include // 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); };