aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/UserAccountCache.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;