diff options
author | lbsa71 | 2007-10-05 09:45:39 +0000 |
---|---|---|
committer | lbsa71 | 2007-10-05 09:45:39 +0000 |
commit | 342a813bd70056946cefefc772a833778cb55729 (patch) | |
tree | e20e70eda0aa84b86b63d216bcb05608a2718026 /OpenSim/Framework/General/Interfaces | |
parent | * Renamed IUserServices to IUserService (diff) | |
download | opensim-SC-342a813bd70056946cefefc772a833778cb55729.zip opensim-SC-342a813bd70056946cefefc772a833778cb55729.tar.gz opensim-SC-342a813bd70056946cefefc772a833778cb55729.tar.bz2 opensim-SC-342a813bd70056946cefefc772a833778cb55729.tar.xz |
* Moved IUserService to OpenSim.Framework.Interfaces
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 |