* Changed namespace

afrisby
lbsa71 2007-11-19 11:20:36 +00:00
parent a1391d0848
commit ce3a87daa5
5 changed files with 1 additions and 5 deletions

View File

@ -30,7 +30,6 @@ using libsecondlife;
using OpenSim.Framework.Communications.Cache; using OpenSim.Framework.Communications.Cache;
using System.Collections.Generic; using System.Collections.Generic;
using OpenSim.Framework.Console; using OpenSim.Framework.Console;
using OpenSim.Framework.Interfaces;
using OpenSim.Framework.Servers; using OpenSim.Framework.Servers;
namespace OpenSim.Framework.Communications namespace OpenSim.Framework.Communications

View File

@ -34,7 +34,6 @@ using System.Security.Cryptography;
using libsecondlife; using libsecondlife;
using Nwc.XmlRpc; using Nwc.XmlRpc;
using OpenSim.Framework.Console; using OpenSim.Framework.Console;
using OpenSim.Framework.Interfaces;
namespace OpenSim.Framework.UserManagement namespace OpenSim.Framework.UserManagement
{ {

View File

@ -28,7 +28,7 @@
using libsecondlife; using libsecondlife;
using System.Collections.Generic; using System.Collections.Generic;
namespace OpenSim.Framework.Interfaces namespace OpenSim.Framework
{ {
public interface IUserService public interface IUserService
{ {

View File

@ -28,7 +28,6 @@
using OpenSim.Framework; using OpenSim.Framework;
using OpenSim.Framework.Communications; using OpenSim.Framework.Communications;
using OpenSim.Framework.Communications.Cache; using OpenSim.Framework.Communications.Cache;
using OpenSim.Framework.Interfaces;
using OpenSim.Framework.Servers; using OpenSim.Framework.Servers;
namespace OpenSim.Region.Communications.Local namespace OpenSim.Region.Communications.Local

View File

@ -34,7 +34,6 @@ using libsecondlife;
using Nwc.XmlRpc; using Nwc.XmlRpc;
using OpenSim.Framework; using OpenSim.Framework;
using OpenSim.Framework.Console; using OpenSim.Framework.Console;
using OpenSim.Framework.Interfaces;
namespace OpenSim.Region.Communications.OGS1 namespace OpenSim.Region.Communications.OGS1
{ {