From 1aa9e6342829201e29290638fbb23baae8702193 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 7 Jan 2009 20:29:09 +0000 Subject: * Move general alert code to DialogModule. * Should be a clean build - last failure looked like a mantis hiccup --- OpenSim/Region/Environment/Interfaces/IDialogModule.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Interfaces') diff --git a/OpenSim/Region/Environment/Interfaces/IDialogModule.cs b/OpenSim/Region/Environment/Interfaces/IDialogModule.cs index 15f0471..1e5c791 100644 --- a/OpenSim/Region/Environment/Interfaces/IDialogModule.cs +++ b/OpenSim/Region/Environment/Interfaces/IDialogModule.cs @@ -54,6 +54,12 @@ namespace OpenSim.Region.Environment.Interfaces /// /// /// - void SendAlertToUser(string firstName, string lastName, string message, bool modal); + void SendAlertToUser(string firstName, string lastName, string message, bool modal); + + /// + /// Send an alert messages to all avatars in the scene. + /// + /// + void SendGeneralAlert(string message); } } -- cgit v1.1