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

@@ -40,7 +40,7 @@ namespace OpenSim.Services.Interfaces
// This method returns a simple true false indicating
// whether or not a user has access to the region
//
bool isAuthorizedForRegion(UserProfileData user, RegionInfo region);
bool IsAuthorizedForRegion(string userID, string regionID);
}
}