Move the connectors under services for reasons of application logic. Remove

the user server skeleton in preparation for introducing a generic server
This commit is contained in:
Melanie Thielker
2009-05-18 11:43:37 +00:00
parent e3f2cfa1ca
commit cb2ce61876
7 changed files with 10 additions and 143 deletions

View File

@@ -31,7 +31,7 @@ using System.Collections.Generic;
using System.Reflection;
using Nini.Config;
using OpenSim.Framework;
using OpenSim.Servers.Connectors;
using OpenSim.Services.Connectors;
using OpenSim.Region.Framework.Interfaces;
using OpenSim.Region.Framework.Scenes;
using OpenSim.Services.Interfaces;