* Refactors call to OutPacket out of AssetCache and into LLClientView

This commit is contained in:
Teravus Ovares
2008-06-18 23:04:15 +00:00
parent 6753578465
commit cb29926e3c
6 changed files with 165 additions and 68 deletions

View File

@@ -767,7 +767,10 @@ namespace OpenSim.Region.Examples.SimpleModule
public void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia)
{
}
public void SendAsset(AssetRequestToClient req)
{
}
}
}