Plumb in the DirPlacesReply packet

This commit is contained in:
Melanie Thielker
2008-10-05 02:25:53 +00:00
parent 649cd16fb4
commit 13e3ffada3
4 changed files with 50 additions and 0 deletions

View File

@@ -888,6 +888,10 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendDirPlacesReply(UUID queryID, DirPlacesReplyData[] data)
{
}
public void KillEndDone()
{
}