aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/UserManagerBase.cs
diff options
context:
space:
mode:
authorlbsa712008-11-25 11:46:15 +0000
committerlbsa712008-11-25 11:46:15 +0000
commitdbe64197aecfad98ef04ceffc451f01dd2cab50f (patch)
tree4fd818abe8f01125c6ddb0dbb76b96c986dddd98 /OpenSim/Framework/Communications/UserManagerBase.cs
parent* Adding the incoming url as Param[2] in the XmlRpcRequest (diff)
downloadopensim-SC_OLD-dbe64197aecfad98ef04ceffc451f01dd2cab50f.zip
opensim-SC_OLD-dbe64197aecfad98ef04ceffc451f01dd2cab50f.tar.gz
opensim-SC_OLD-dbe64197aecfad98ef04ceffc451f01dd2cab50f.tar.bz2
opensim-SC_OLD-dbe64197aecfad98ef04ceffc451f01dd2cab50f.tar.xz
* Adding some virtual hooks and making some privaets protected for great justice.
Diffstat (limited to 'OpenSim/Framework/Communications/UserManagerBase.cs')
-rw-r--r--OpenSim/Framework/Communications/UserManagerBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/UserManagerBase.cs b/OpenSim/Framework/Communications/UserManagerBase.cs
index 46b28d7..2a66260 100644
--- a/OpenSim/Framework/Communications/UserManagerBase.cs
+++ b/OpenSim/Framework/Communications/UserManagerBase.cs
@@ -119,7 +119,7 @@ namespace OpenSim.Framework.Communications
119 } 119 }
120 120
121 // see IUserService 121 // see IUserService
122 public UserProfileData GetUserProfile(UUID uuid) 122 public virtual UserProfileData GetUserProfile(UUID uuid)
123 { 123 {
124 foreach (IUserDataPlugin plugin in _plugins) 124 foreach (IUserDataPlugin plugin in _plugins)
125 { 125 {