Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-06-12 01:26:55 +01:00
10 changed files with 71 additions and 21 deletions

View File

@@ -1223,5 +1223,9 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
public void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId)
{
}
public void StopFlying(ISceneEntity presence)
{
}
}
}