* 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 System.Collections.Generic;
using OpenSim.Framework.Console;
using OpenSim.Framework.Interfaces;
using OpenSim.Framework.Servers;
namespace OpenSim.Framework.Communications

View File

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

View File

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

View File

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

View File

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