aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llmessageconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmessage/llmessageconfig.h')
-rw-r--r--linden/indra/llmessage/llmessageconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llmessageconfig.h b/linden/indra/llmessage/llmessageconfig.h
index 32702e8..9b62f06 100644
--- a/linden/indra/llmessage/llmessageconfig.h
+++ b/linden/indra/llmessage/llmessageconfig.h
@@ -53,6 +53,7 @@ public:
53 static Flavor getMessageFlavor(const std::string& msg_name); 53 static Flavor getMessageFlavor(const std::string& msg_name);
54 static SenderTrust getSenderTrustedness(const std::string& msg_name); 54 static SenderTrust getSenderTrustedness(const std::string& msg_name);
55 static bool isValidMessage(const std::string& msg_name); 55 static bool isValidMessage(const std::string& msg_name);
56 static bool onlySendLatest(const std::string& msg_name);
56 static bool isCapBanned(const std::string& cap_name); 57 static bool isCapBanned(const std::string& cap_name);
57 static LLSD getConfigForMessage(const std::string& msg_name); 58 static LLSD getConfigForMessage(const std::string& msg_name);
58}; 59};