diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/General/Interfaces/IUserService.cs (renamed from OpenSim/Framework/Communications/IUserService.cs) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/IUserService.cs b/OpenSim/Framework/General/Interfaces/IUserService.cs index 55c006f..974e025 100644 --- a/OpenSim/Framework/Communications/IUserService.cs +++ b/OpenSim/Framework/General/Interfaces/IUserService.cs | |||
@@ -28,7 +28,7 @@ | |||
28 | using libsecondlife; | 28 | using libsecondlife; |
29 | using OpenSim.Framework.Data; | 29 | using OpenSim.Framework.Data; |
30 | 30 | ||
31 | namespace OpenSim.Framework.Communications | 31 | namespace OpenSim.Framework.Interfaces |
32 | { | 32 | { |
33 | public interface IUserService | 33 | public interface IUserService |
34 | { | 34 | { |
@@ -46,4 +46,4 @@ namespace OpenSim.Framework.Communications | |||
46 | /// <param name="user"></param> | 46 | /// <param name="user"></param> |
47 | void AddUserProfile(string firstName, string lastName, string pass, uint regX, uint regY); | 47 | void AddUserProfile(string firstName, string lastName, string pass, uint regX, uint regY); |
48 | } | 48 | } |
49 | } | 49 | } \ No newline at end of file |