X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fmessage.h;h=74c25d4817534661f26010ae2cf3a367cbea5ab0;hp=f30f33b6bbaa22927e2e768123a0aec04aac723a;hb=52c0819bfc1d083c6e0738f75f0d7eeba521295a;hpb=b9c3763a932cebaa015a27fe111017f6f34dfbaa diff --git a/include/message.h b/include/message.h index f30f33b..74c25d4 100644 --- a/include/message.h +++ b/include/message.h @@ -53,6 +53,7 @@ private: void Initialize(); // checks vector of boards for any special administration boards - if it finds one true is returned, otherwise false const bool CheckForAdministrationBoard(const std::vector &boards); + void HandleChangeTrust(); long m_messageid; std::string m_messageuuid; @@ -63,6 +64,7 @@ private: std::string m_fromname; std::vector m_boards; std::map m_inreplyto; + long m_changemessagetrustonreply; };