aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorlbsa712007-10-05 09:41:41 +0000
committerlbsa712007-10-05 09:41:41 +0000
commit10c36a2573caefaf653f18b0b60403a9a597a348 (patch)
treeef519c2c5bf687c532b2b7f3a5e6387fb10f477d /OpenSim/Region
parent* ignored config files (diff)
downloadopensim-SC_OLD-10c36a2573caefaf653f18b0b60403a9a597a348.zip
opensim-SC_OLD-10c36a2573caefaf653f18b0b60403a9a597a348.tar.gz
opensim-SC_OLD-10c36a2573caefaf653f18b0b60403a9a597a348.tar.bz2
opensim-SC_OLD-10c36a2573caefaf653f18b0b60403a9a597a348.tar.xz
* Renamed IUserServices to IUserService
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1UserServices.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
index d376d1c..889220d 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
@@ -7,7 +7,7 @@ using OpenSim.Framework.Data;
7 7
8namespace OpenSim.Region.Communications.OGS1 8namespace OpenSim.Region.Communications.OGS1
9{ 9{
10 public class OGS1UserServices :IUserServices 10 public class OGS1UserServices :IUserService
11 { 11 {
12 CommunicationsOGS1 m_parent; 12 CommunicationsOGS1 m_parent;
13 public OGS1UserServices(CommunicationsOGS1 parent) 13 public OGS1UserServices(CommunicationsOGS1 parent)