aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Interfaces/IUserService.cs
diff options
context:
space:
mode:
authorlbsa712007-10-05 09:45:39 +0000
committerlbsa712007-10-05 09:45:39 +0000
commit342a813bd70056946cefefc772a833778cb55729 (patch)
treee20e70eda0aa84b86b63d216bcb05608a2718026 /OpenSim/Framework/General/Interfaces/IUserService.cs
parent* Renamed IUserServices to IUserService (diff)
downloadopensim-SC_OLD-342a813bd70056946cefefc772a833778cb55729.zip
opensim-SC_OLD-342a813bd70056946cefefc772a833778cb55729.tar.gz
opensim-SC_OLD-342a813bd70056946cefefc772a833778cb55729.tar.bz2
opensim-SC_OLD-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 @@
28using libsecondlife; 28using libsecondlife;
29using OpenSim.Framework.Data; 29using OpenSim.Framework.Data;
30 30
31namespace OpenSim.Framework.Communications 31namespace 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