Changed the interface of IAuthorizationService to get less data.

This commit is contained in:
Diva Canto
2009-09-10 19:56:08 -07:00
parent b5c8925fdf
commit ce332f235c
9 changed files with 32 additions and 56 deletions

View File

@@ -48,7 +48,7 @@ namespace OpenSim.Services.AuthorizationService
m_log.Info("[AUTHORIZATION CONNECTOR]: Local Authorization service enabled");
}
public bool isAuthorizedForRegion(UserProfileData user, RegionInfo region)
public bool IsAuthorizedForRegion(string userID, string regionID)
{
return true;
}