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,8 +31,8 @@ using System;
using System.Collections.Generic;
using System.Reflection;
using OpenSim.Framework;
using OpenSim.Servers.Connectors;
using OpenSim.Services.Interfaces;
using OpenSim.Services.Connectors;
namespace OpenSim.Services.AssetService
{