diff options
Add a "useCached" parameter to GetUserAccount. Add a function to Scene to get the user flags. It has to be here due to access restrictions :/
Diffstat (limited to 'OpenSim/Services/Interfaces/IUserAccountService.cs')
-rw-r--r-- | OpenSim/Services/Interfaces/IUserAccountService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Services/Interfaces/IUserAccountService.cs b/OpenSim/Services/Interfaces/IUserAccountService.cs index a91aa0f..21be98c 100644 --- a/OpenSim/Services/Interfaces/IUserAccountService.cs +++ b/OpenSim/Services/Interfaces/IUserAccountService.cs | |||
@@ -143,6 +143,7 @@ namespace OpenSim.Services.Interfaces | |||
143 | 143 | ||
144 | public interface IUserAccountService | 144 | public interface IUserAccountService |
145 | { | 145 | { |
146 | UserAccount GetUserAccount(UUID scopeID, UUID userID, bool useCache); | ||
146 | UserAccount GetUserAccount(UUID scopeID, UUID userID); | 147 | UserAccount GetUserAccount(UUID scopeID, UUID userID); |
147 | UserAccount GetUserAccount(UUID scopeID, string FirstName, string LastName); | 148 | UserAccount GetUserAccount(UUID scopeID, string FirstName, string LastName); |
148 | UserAccount GetUserAccount(UUID scopeID, string Email); | 149 | UserAccount GetUserAccount(UUID scopeID, string Email); |