aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs
diff options
context:
space:
mode:
authorTom2011-01-26 17:06:17 -0800
committerTom2011-01-26 17:06:17 -0800
commit31fb448cfc9c43532c38a58fff75fb6c0e67d632 (patch)
tree12d0eb44be349690a7f5ceab3e4e7784b4c0b221 /OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs
parentAdd a "useCached" parameter to GetUserAccount. Add a function to Scene to get... (diff)
downloadopensim-SC-31fb448cfc9c43532c38a58fff75fb6c0e67d632.zip
opensim-SC-31fb448cfc9c43532c38a58fff75fb6c0e67d632.tar.gz
opensim-SC-31fb448cfc9c43532c38a58fff75fb6c0e67d632.tar.bz2
opensim-SC-31fb448cfc9c43532c38a58fff75fb6c0e67d632.tar.xz
Mostly revert the last commit with the aim of searching for a better solution
Diffstat (limited to 'OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs')
-rw-r--r--OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs b/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs
index c21b250..205a4aa 100644
--- a/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs
+++ b/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs
@@ -113,11 +113,6 @@ namespace OpenSim.Services.Connectors
113 113
114 public virtual UserAccount GetUserAccount(UUID scopeID, UUID userID) 114 public virtual UserAccount GetUserAccount(UUID scopeID, UUID userID)
115 { 115 {
116 return GetUserAccount(scopeID, userID, true);
117 }
118
119 public virtual UserAccount GetUserAccount(UUID scopeID, UUID userID, bool useCache)
120 {
121 //m_log.DebugFormat("[ACCOUNTS CONNECTOR]: GetUserAccount {0}", userID); 116 //m_log.DebugFormat("[ACCOUNTS CONNECTOR]: GetUserAccount {0}", userID);
122 Dictionary<string, object> sendData = new Dictionary<string, object>(); 117 Dictionary<string, object> sendData = new Dictionary<string, object>();
123 //sendData["SCOPEID"] = scopeID.ToString(); 118 //sendData["SCOPEID"] = scopeID.ToString();