diff options
author | lbsa71 | 2008-11-25 11:46:15 +0000 |
---|---|---|
committer | lbsa71 | 2008-11-25 11:46:15 +0000 |
commit | dbe64197aecfad98ef04ceffc451f01dd2cab50f (patch) | |
tree | 4fd818abe8f01125c6ddb0dbb76b96c986dddd98 /OpenSim/Framework | |
parent | * Adding the incoming url as Param[2] in the XmlRpcRequest (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Framework/Communications/UserManagerBase.cs | 2 |
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 | { |