diff options
author | Justin Clark-Casey (justincc) | 2009-09-16 18:21:46 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-09-16 18:21:46 +0100 |
commit | a4c093469ae953971493977facbc81c49761577d (patch) | |
tree | 004f10f20c7e4d38088bf1eea8b5d2dd61a126df /OpenSim/Services/Interfaces | |
parent | on iar save/load, let the user know if they put in the wrong password (diff) | |
parent | updated the IAuthorizationService interface so that a message is passed back ... (diff) | |
download | opensim-SC-a4c093469ae953971493977facbc81c49761577d.zip opensim-SC-a4c093469ae953971493977facbc81c49761577d.tar.gz opensim-SC-a4c093469ae953971493977facbc81c49761577d.tar.bz2 opensim-SC-a4c093469ae953971493977facbc81c49761577d.tar.xz |
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r-- | OpenSim/Services/Interfaces/IAuthorizationService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IAuthorizationService.cs b/OpenSim/Services/Interfaces/IAuthorizationService.cs index 91afa9a..c5d577a 100644 --- a/OpenSim/Services/Interfaces/IAuthorizationService.cs +++ b/OpenSim/Services/Interfaces/IAuthorizationService.cs | |||
@@ -40,7 +40,7 @@ namespace OpenSim.Services.Interfaces | |||
40 | // This method returns a simple true false indicating | 40 | // This method returns a simple true false indicating |
41 | // whether or not a user has access to the region | 41 | // whether or not a user has access to the region |
42 | // | 42 | // |
43 | bool IsAuthorizedForRegion(string userID, string regionID); | 43 | bool IsAuthorizedForRegion(string userID, string regionID, out string message); |
44 | 44 | ||
45 | } | 45 | } |
46 | 46 | ||