Implement SendPlacesReply

This commit is contained in:
Melanie
2010-12-30 00:31:59 +01:00
parent d42e0c39fc
commit a32f80b9e3
8 changed files with 97 additions and 0 deletions

View File

@@ -1165,5 +1165,9 @@ namespace OpenSim.Region.Examples.SimpleModule
public void StopFlying(ISceneEntity presence)
{
}
public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data)
{
}
}
}