mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Formatting cleanup.
This commit is contained in:
@@ -73,7 +73,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void SendAlertToUser(string firstName, string lastName, string message, bool modal);
|
||||
|
||||
/// <summary>
|
||||
/// Send an alert message to all users in the scene.
|
||||
/// Send an alert message to all users in the scene.
|
||||
/// </summary>
|
||||
/// <param name="message"></param>
|
||||
void SendGeneralAlert(string message);
|
||||
@@ -129,7 +129,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
///
|
||||
/// <param name="fromAvatarID">The user sending the message</param>
|
||||
/// <param name="fromAvatarName">The name of the user doing the sending</param>
|
||||
/// <param name="message">The message being sent to the user</param>
|
||||
/// <param name="message">The message being sent to the user</param>
|
||||
void SendNotificationToUsersInEstate(UUID fromAvatarID, string fromAvatarName, string message);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// This method occurs asynchronously. If you want notification of when it has completed then subscribe to
|
||||
/// the EventManager.OnOarFileSaved event.
|
||||
///
|
||||
/// <param name="savePath"></param>
|
||||
/// <param name="savePath"></param>
|
||||
/// <param name="requestId">If supplied, this request Id is later returned in the saved event</param>
|
||||
void ArchiveRegion(string savePath, Guid requestId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user