* refactor: move url sending from scene to DialogModule

This commit is contained in:
Justin Clarke Casey
2009-01-08 19:28:10 +00:00
parent be41132c72
commit af49acd6cc
4 changed files with 29 additions and 27 deletions

View File

@@ -92,7 +92,20 @@ namespace OpenSim.Region.Environment.Interfaces
/// <param name="buttonlabels"></param>
void SendDialogToUser(
UUID avatarID, string objectName, UUID objectID, UUID ownerID,
string message, UUID textureID, int ch, string[] buttonlabels);
string message, UUID textureID, int ch, string[] buttonlabels);
/// <summary>
/// Send a url to a particular user.
/// </summary>
/// <param name="avatarID"></param>
/// <param name="objectName"></param>
/// <param name="objectID"></param>
/// <param name="ownerID"></param>
/// <param name="groupOwned"></param>
/// <param name="message"></param>
/// <param name="url"></param>
void SendUrlToUser(
UUID avatarID, string objectName, UUID objectID, UUID ownerID, bool groupOwned, string message, string url);
/// <summary>
/// Send a notification to all users in the scene. This notification should remain around until the