diff options
author | Melanie | 2010-12-03 07:04:07 +0100 |
---|---|---|
committer | Melanie | 2010-12-03 07:04:07 +0100 |
commit | ce1aedf474559a39138e0009aadb2c1a481762f6 (patch) | |
tree | 5e445c87c056fe3c32e080a0d8a4d6099f97bc69 | |
parent | Revert "Trigger changed event with CHANGED_TELEPORT when teleporting to anoth... (diff) | |
download | opensim-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
-rw-r--r-- | OpenSim/Services/HypergridService/UserAccountCache.cs | 5 |
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; |