From 117e22047c5752352342d64e3fb7ce00a4eb8113 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:04 -0500 Subject: Second Life viewer sources 1.18.1.2 --- linden/indra/llmessage/llmessageconfig.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linden/indra/llmessage/llmessageconfig.h') diff --git a/linden/indra/llmessage/llmessageconfig.h b/linden/indra/llmessage/llmessageconfig.h index ca09c27..86e7fb0 100644 --- a/linden/indra/llmessage/llmessageconfig.h +++ b/linden/indra/llmessage/llmessageconfig.h @@ -30,6 +30,7 @@ #define LL_MESSAGECONFIG_H #include +#include "llsd.h" class LLSD; @@ -50,5 +51,6 @@ public: static SenderTrust getSenderTrustedness(const std::string& msg_name); static bool isValidMessage(const std::string& msg_name); static bool isCapBanned(const std::string& cap_name); + static LLSD getConfigForMessage(const std::string& msg_name); }; #endif // LL_MESSAGECONFIG_H -- cgit v1.1