Add RequestMapBlocks to local and remote interfaces

This commit is contained in:
morphw
2007-05-20 02:35:23 +00:00
parent bb475e71c7
commit a0607dadaf
2 changed files with 22 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ using OpenSim.Framework.Console;
using libsecondlife;
using Db4objects.Db4o;
using Db4objects.Db4o.Query;
using System.Collections;
namespace OpenSim.GridInterfaces.Local
{
@@ -114,6 +115,12 @@ namespace OpenSim.GridInterfaces.Local
{
}
public override IList RequestMapBlocks(int minX, int minY, int maxX, int maxY)
{
return new ArrayList();
}
public override void Close()
{