From 82efceb4942ee11ba45ed61899774b22ff4c0426 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 26 Feb 2009 11:44:16 +0000 Subject: * renamed IRegionProfileService to IRegionProfileRouter to better reflect use (naming is a work in progress...) * introduced new IRegionProfileService that is going to be _one_ profileService * Had GridDBService inherit the IRegionProfileService (preparing for re-wiring things and de-duplicating eventually) --- OpenSim/Grid/UserServer.Modules/UserLoginService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Grid/UserServer.Modules') diff --git a/OpenSim/Grid/UserServer.Modules/UserLoginService.cs b/OpenSim/Grid/UserServer.Modules/UserLoginService.cs index 64ac463..95e58a8 100644 --- a/OpenSim/Grid/UserServer.Modules/UserLoginService.cs +++ b/OpenSim/Grid/UserServer.Modules/UserLoginService.cs @@ -60,14 +60,14 @@ namespace OpenSim.Grid.UserServer.Modules private UserLoggedInAtLocation handlerUserLoggedInAtLocation; public UserConfig m_config; - private readonly IRegionProfileService m_regionProfileService; + private readonly IRegionProfileRouter m_regionProfileService; protected BaseHttpServer m_httpServer; public UserLoginService( UserManagerBase userManager, IInterServiceInventoryServices inventoryService, LibraryRootFolder libraryRootFolder, - UserConfig config, string welcomeMess, IRegionProfileService regionProfileService) + UserConfig config, string welcomeMess, IRegionProfileRouter regionProfileService) : base(userManager, libraryRootFolder, welcomeMess) { m_config = config; -- cgit v1.1