mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* Move general alert code to DialogModule.
* Should be a clean build - last failure looked like a mantis hiccup
This commit is contained in:
@@ -54,6 +54,12 @@ namespace OpenSim.Region.Environment.Interfaces
|
||||
/// <param name="lastName"></param>
|
||||
/// <param name="message"></param>
|
||||
/// <param name="modal"></param>
|
||||
void SendAlertToUser(string firstName, string lastName, string message, bool modal);
|
||||
void SendAlertToUser(string firstName, string lastName, string message, bool modal);
|
||||
|
||||
/// <summary>
|
||||
/// Send an alert messages to all avatars in the scene.
|
||||
/// </summary>
|
||||
/// <param name="message"></param>
|
||||
void SendGeneralAlert(string message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user