Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-03-09 22:46:17 +00:00
43 changed files with 351 additions and 55 deletions

View File

@@ -1215,5 +1215,9 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
public void SendChangeUserRights(UUID agentID, UUID friendID, int rights)
{
}
public void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId)
{
}
}
}