diff options
author | Melanie | 2009-09-16 17:57:31 +0100 |
---|---|---|
committer | Melanie | 2009-09-16 17:57:31 +0100 |
commit | 5068404505d037d1dca93b38ba69b87822531302 (patch) | |
tree | 42048b7a9a3a127f482fdf028117e8977fe75fb5 /OpenSim/Services/Interfaces | |
parent | Add the migration for scoping grid data (diff) | |
parent | switch default physics engine to ODE and default meshmerizer to Meshmerizer i... (diff) | |
download | opensim-SC_OLD-5068404505d037d1dca93b38ba69b87822531302.zip opensim-SC_OLD-5068404505d037d1dca93b38ba69b87822531302.tar.gz opensim-SC_OLD-5068404505d037d1dca93b38ba69b87822531302.tar.bz2 opensim-SC_OLD-5068404505d037d1dca93b38ba69b87822531302.tar.xz |
Merge branch 'master' of ssh://melanie@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 | ||