aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie2010-12-03 07:04:07 +0100
committerMelanie2010-12-03 07:04:07 +0100
commitce1aedf474559a39138e0009aadb2c1a481762f6 (patch)
tree5e445c87c056fe3c32e080a0d8a4d6099f97bc69 /OpenSim
parentRevert "Trigger changed event with CHANGED_TELEPORT when teleporting to anoth... (diff)
downloadopensim-SC_OLD-ce1aedf474559a39138e0009aadb2c1a481762f6.zip
opensim-SC_OLD-ce1aedf474559a39138e0009aadb2c1a481762f6.tar.gz
opensim-SC_OLD-ce1aedf474559a39138e0009aadb2c1a481762f6.tar.bz2
opensim-SC_OLD-ce1aedf474559a39138e0009aadb2c1a481762f6.tar.xz
Add a missing interface memeber to the new HG stuff
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Services/HypergridService/UserAccountCache.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Services/HypergridService/UserAccountCache.cs b/OpenSim/Services/HypergridService/UserAccountCache.cs
index 3e9aea1..c431060 100644
--- a/OpenSim/Services/HypergridService/UserAccountCache.cs
+++ b/OpenSim/Services/HypergridService/UserAccountCache.cs
@@ -89,6 +89,11 @@ namespace OpenSim.Services.HypergridService
89 return null; 89 return null;
90 } 90 }
91 91
92 public List<UserAccount> GetUserAccountsWhere(UUID scopeID, string query)
93 {
94 return null;
95 }
96
92 public List<UserAccount> GetUserAccounts(UUID scopeID, string query) 97 public List<UserAccount> GetUserAccounts(UUID scopeID, string query)
93 { 98 {
94 return null; 99 return null;