Moved these two estate-related interfaces to the projects where they belong.

This commit is contained in:
Diva Canto
2014-05-30 13:11:46 -07:00
parent 987c56984d
commit 0eede1467f
5 changed files with 6 additions and 4 deletions

View File

@@ -36,8 +36,8 @@ using OpenSim.Services.Base;
using OpenSim.Services.Interfaces;
using OpenSim.Data;
using OpenSim.Framework;
using OpenSim.Region.Framework.Interfaces;
using OpenSim.Region.Framework.Scenes;
//using OpenSim.Region.Framework.Interfaces;
//using OpenSim.Region.Framework.Scenes;
namespace OpenSim.Services.Connectors
{